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 to make a GET request and they are as shown below.[详细]
2023-03-31 01:57 分类:问答Heroku App: RestClient::InternalServerError
I have built a web app at myapp.heroku.com where \"myapp\" is actually the random name generated by heroku. When I hit it with my web browser it works. When I hit it with Ruby Rest-Client (gem rest-cl[详细]
2023-03-27 02:53 分类:问答Proper Android REST client [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-24 19:56 分类:问答Mystifying "undefined constant" issue with Ruby/Rails
I\'ve got a Rails project where a constant is being nuked at some point while serving a request. I\'m using the mime/types and restclient gems. The restclient module defines an extension to MIME whic[详细]
2023-03-21 06:17 分类:问答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: The following is the Rack::Test post method for API call.[详细]
2023-03-14 09:30 分类:问答How can I use a PEM certificate with password?
I\'m having plenty of trouble trying to use a certificate that has a password on ruby. I\'m using rest-client, but that\'s not a requirement.[详细]
2023-03-01 10:52 分类:问答Escape and download URL using Ruby
I\'m trying to download the HTML content f开发者_开发技巧rom a URL without success. Here is the URL:[详细]
2023-02-10 06:37 分类:问答sinatra rest-client etag
My goal is to address \"lost update problem\" (see http://www.w3.org/1999/04/Editing/) in PUT operations.[详细]
2023-02-06 11:45 分类:问答ruby rest-client: make it never timeout?
I am trying to use ruby rest-client to upload a large number of images to a site that I\'m writing. My code looks like:[详细]
2023-01-30 05:04 分类:问答Does Rest Client support NTLM Auth?
Can Rest Client do NTLM authentication? I didn\'t se开发者_运维问答e any options in the documentation for authentication types:[详细]
2023-01-24 06:12 分类:问答