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

11 commits

Author SHA1 Message Date
John Nunemaker
05c388dc72 Added to_s when doing Hash#to_param so that numbers don't throw error when then get encoded. 2008-12-06 23:54:40 -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
9b423a22c9 :body and :query now both take either a hash or a query string [#4 state:resolved] 2008-07-31 00:22:59 -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
John Nunemaker
13620e3046 Added Hash#to_struct for making a nicer api once results are returned. Removed entities as it was overkill. Instead just using active supports deserialization of xml and json. 2008-07-27 18:05:31 -04:00
John Nunemaker
de9b4fb6ba Put in first wave of parsing. Supports json and xml. 2008-07-27 16:35:31 -04:00
John Nunemaker
8e1437850a get, post, put and delete now work with basic auth; added example for twitter 2008-07-27 14:44:18 -04:00