1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
Commit graph

16 commits

Author SHA1 Message Date
Kasper Holbek Jensen
f79fb31190 add spacing to example hashes 2016-11-08 15:20:36 +01:00
Rafael Oshiro
978c754524 Fixing Docs link in README file 2016-09-12 10:56:41 +01:00
John Nunemaker
f63266c7f1
Drop support for ruby 1.9.3 2016-07-29 08:36:41 -04:00
Abraham Kuri
baf96ba1f0 Adds docs directory with SSL configuration help 2015-11-21 16:28:34 -06:00
Brick Thornton
6a5a8693a8 update code example to avoid confusion w base_uri method 2015-08-10 14:18:57 -07:00
Ruslan Korolev
9e737d0c7e stackoverflow link to Readme#Help and Docs 2014-12-01 12:53:28 +03:00
John Nunemaker
9a039679c7 Merge pull request #298 from kalmanh/patch-1
Update README.md
2014-05-20 10:55:14 -04:00
Kalman Hazins
e47836d0c2 Update README.md
So, that John doesn't waste his time any more and committers know exactly how to run tests
2014-05-16 15:50:16 -04:00
Kalman Hazins
5f9eedcfda Changing symbol syntax inside hashes - take 2 2014-05-15 16:45:32 -04:00
Gregory McCue
6d35a4aa2d Add stackexchange API example. 2014-03-11 17:31:22 -05:00
Chris Caselas
aed9e0d21e Require ruby 1.9.3 or higher. 2013-06-14 13:32:32 -07:00
Chris Caselas
1f7ab6a120 Replace multi_json gem with stdlib JSON.
As of June 2013, multi_json will no longer be maintained.
2013-06-14 13:24:45 -07:00
thesocialgeek
35e4339d3c Update README.md
the code example has a bug. When making a POST request (using the post(...) method), the options should have a :body parameter, not the :query parameter. The :query parameter is only good for GET requests (that use the get(...) method)
2012-07-25 18:44:07 +03:00
John Nunemaker
d95974b2dd More examples in readme. 2012-04-22 15:44:45 -04:00
John Nunemaker
e80cbc553c Update readme to markdown formatting 2012-04-22 15:40:09 -04:00
John Nunemaker
020d6bc8da Switch to markdown 2012-04-22 15:38:22 -04:00
Renamed from README.rdoc (Browse further)