Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httparty

Content Type troubles with HTTParty against Rails

ruby-on-rails json httparty

How to verify server SSL certificate?

Generate XML dynamically and post it to a web service in Rails

HTTParty with Proxy

ruby heroku proxy httparty

Errno::ECONNREFUSED (Failed to open TCP connection to :80 (Connection refused - connect(2) for nil port 80))

ruby http httparty

Can someone provide an example for how to post XML using HTTParty and Ruby on Rails?

ruby-on-rails xml httparty

HTTParty options parameter not functioning properly

ruby httparty

Handling Net::ReadTimeout error in HTTParty

How to test HTTParty API call with Ruby and RSpec

ruby rspec httparty

Why do I get the error uninitialized constant Stuff::HTTParty?

ruby class methods gem httparty

OAuth and HTTParty

ruby oauth httparty

HTTParty parsed_response returns a String instead of Hash

ruby httparty

How can I post with an instance variable and HTTParty to an API that uses OAuth2

ruby oauth-2.0 httparty

Capture specific request with HTTParty

ruby-on-rails httparty

Using rails to consume web services/apis

how to find response code after httparty form POST

ruby httparty get response url or id after post

ruby httparty

How can I implement this POST request using HTTParty?

ruby curl httparty

Parsing JSON in Controller w/ HTTParty