Top "Httparty" questions

HTTParty is a Ruby gem written by John Nunemaker focused on the consumption of web services and APIs.

HTTPS and HTTParty - Timeout and EOF

I'm trying to post something to an HTTPS resource, but it seems it doesn't work. My code look something like …

ruby httparty
Very Basic Rails 4.1 API Call using HTTParty

Relatively new to Rails. I am trying to call an API and it's supposed to return a unique URL to …

ruby-on-rails ruby api httparty ruby-on-rails-4.1
Can someone provide an example for how to post XML using HTTParty and Ruby on Rails?

I need to post some xml to a webservice and I'm trying to use HTTParty. Can someone provide an example …

ruby-on-rails xml httparty
Why do I get the error uninitialized constant Stuff::HTTParty?

I have the HTTParty gem on my system and I can use it from within rails. Now I want to …

ruby class methods gem httparty
OpenSSL::SSL::SSLError: hostname does not match the server certificate

All of sudden today morning my HTTP client (HTTParty) threw an error OpenSSL::SSL::SSLError: hostname does not match the …

ruby ssl openssl httparty
How do I set HTTParty configuration parameters on my class dynamically?

The simple_client.rb file below works perfectly fine against my emulation cas server; however, the casport.rb file (main …

ruby xml parameters header httparty
how to find response code after httparty form POST

I have made a POST to a site using Httparty with the following code: HTTParty.post("http://example.com", :body =&…

post httparty http-response-codes
HTTParty options parameter not functioning properly

I'm setting up an application which can make LastFM API Requests. These are simple get requests and I'm using the …

ruby httparty