Top "Rest-client" questions

REST Client is an open-source HTTP and REST client for Ruby.

Getting ssl.SSLHandshakeException when using REST client with header but works fine with PostMan

I have an external REST resource with below details: The URL: abc.com/orders (the domain is with https) I …

java rest jersey rest-client
How to get complete response for Groovy RestClient failed response

Currently, I'm getting HttpResponseException, which has only statusCode. How can I get complete body of response? Here is code I'm …

groovy rest-client
How to upload a file using a rest client for node

I have a REST client on node, and I'm trying to upload pdf a file to another REST webserver which …

javascript node.js rest-client
NOT FOUND using restclient

My request looks like this but when I try to run this code I get this error: @Grab(group='org.…

groovy payment-gateway rest-client httpbuilder
Return Value from async rest template spring

I am creating a async rest call using spring @GetMapping(path = "/testingAsync") public String value() throws ExecutionException, InterruptedException, TimeoutException { AsyncRestTemplate …

java spring rest asynchronous rest-client
RestClient strips out the array of hashes parameter with just the last hash?

I have a condition where i need to pass a parameter as an array of hashes which looks like this: …

ruby-on-rails ruby-on-rails-3 rubygems rest-client
Logging RestClient in a Rails app

I'd like to debug the request my Rails app makes with RestClient. The RestClient docs say: To enable logging you …

ruby-on-rails logging rest-client