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

13 commits

Author SHA1 Message Date
Thomas Nys
854fb1364d Mitigates Style/ColonMethodCall 2015-04-24 07:07:28 +02:00
Thomas Nys
2a9683c9e7 Mitigates Style/SpaceAroundEqualsInParameterDefault 2015-04-18 12:27:50 +02:00
Kalman Hazins
5f9eedcfda Changing symbol syntax inside hashes - take 2 2014-05-15 16:45:32 -04:00
ikstrm
39e98a7283 Remove trailing whitespaces 2013-04-18 21:09:21 +09:00
John Nunemaker
3953ead723 Updated history and examples. 2009-01-29 04:23:44 -05:00
John Nunemaker
411340826b Fixed weird uri normalizing issue that occurred when I was doing normalization in request object. Also caught a piece of ActiveSupport Hash#to_query that I was using. Added Hash#to_params to fix that bug. 2008-12-06 23:41:28 -05:00
John Nunemaker
ec274f26b0 Added example of how to use HTTParty.get. Fixed erroring examples/delicious.rb. Updated History. 2008-12-05 16:42:38 -05:00
John Nunemaker
76601ba0c7 Changed format detection from crappy file extension to awesome response content type. [#2 state:resolved] 2008-08-22 21:50:51 -04:00
John Nunemaker
3a8ad1da07 Added :basic_auth as an option key when making a request. [#1 state:resolved] 2008-07-31 00:05:36 -04:00
John Nunemaker
06c0463102 removed comments that weren't needed from examples. 2008-07-28 17:03:14 -04:00
John Nunemaker
aafde86709 Documented and tweaked the examples a bit. 2008-07-28 12:58:40 -04:00
John Nunemaker
1d48da0313 Renamed to HTTParty which is way more fun and unique than boring old web. 2008-07-28 10:49:53 -04:00
John Nunemaker
99cd89d33d added delicious example and tweaked the twitter example 2008-07-27 19:13:44 -04:00