Top "Rest-client" questions

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

How to download excel (.xls) file from API in postman?

I am having an API endpoint and Authorization token for that API. The said API is for .xls report download, …

rest postman rest-client advanced-rest-client
How to Pass custom objects using Spring's REST Template

I have a requirement to pass a custom object using RESTTemplate to my REST service. RestTemplate restTemplate = new RestTemplate(); MultiValueMap&…

spring-mvc spring-3 rest-client resttemplate
how to pass client credentials in postman?

This curls works fine curl acme:acmesecret@localhost:9999/uaa/oauth/token -d "password=password&username=user&grant_type=…

curl rest-client postman
Testing REST webservices

My organization is working on building RESTful webservices on JBoss appserver. The QA team is used to testing SOAP webservices …

java web-services rest testing rest-client
REST Client Example in Ruby

Can anyone explain me with an example, by using REST Client to do GET/POST/PUT operations in a Rest …

ruby rest rest-client
How to handle exceptions with Ruby Rest-Client

I recently switched from Ruby's Net:HTTP class to rest-client 1.6.7. I find it a lot easier to form requests, but …

ruby rest-client
How do I do basic authentication with RestClient?

Does anyone know how to do basic authentication with RestClient? I need to create a private repository on GitHub through …

ruby github rest-client
RestTemplate GET request with request params

I have to call a REST webservice and I am planning to use RestTemplate. I looked at examples on how …

parameters get request rest-client resttemplate
Send and Receive JSON using RestClient and Sinatra

I am trying to send a JSON data to a Sinatra app by RestClient ruby API. At client(client.rb) (…

ruby sinatra rest-client
Tool for testing RESTful Web services

I am trying to evaluate the right tool to test RESTful Web services and eventually automate the same for our …

web-services rest soapui rest-client rest-assured