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

30 commits

Author SHA1 Message Date
John Nunemaker
4ccc7bf57c Added nokogiri html parser example. 2011-10-15 14:20:12 -04:00
John Nunemaker
2cb9a4e856 Added crack example. 2011-10-05 11:28:03 -04:00
Sandro Turriate
71d6455a04 Example of website sign in with cookies 2011-01-18 15:42:18 -05:00
pbuckley
d4e5077001 adding a basic post example 2011-01-12 14:39:38 -05:00
Sandro Turriate
ddbc2d70b4 Fix activesupport deprecation warning 2010-06-12 00:48:51 -04:00
Sandro Turriate
623f03adda Use sanctioned formats interface in example 2009-12-07 01:06:13 -05:00
Sandro Turriate
d0d88fecfd Extract parsing into custom parser class 2009-12-05 21:00:36 -05:00
Glenn Rempe
a4c0a41d12 Added support for HTTP HEAD, and OPTIONS verbs in addition to GET, POST, PUT, DELETE. 2009-11-22 20:18:29 -08:00
John Nunemaker
309cd09ebe Added message to the response object. 2009-04-23 11:28:36 -04:00
John Nunemaker
3953ead723 Updated history and examples. 2009-01-29 04:23:44 -05:00
John Nunemaker
d98f21c3f7 Also passing block to response method missing so iteration and such work. 2009-01-28 16:15:06 -05:00
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
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
a517168278 Fixed weird issue with content length when using net http post method. [#9 state:resolved] 2008-11-26 01:26:32 -05:00
John Nunemaker
e0cb4311d9 Added explicit html format option. 2008-11-11 19:29:23 -05:00
John Nunemaker
ae864580ed Prepped for 0.1.4 release. 2008-11-08 11:30:26 -05:00
John Nunemaker
3101b5318b Got redirection all work properly and added example that checks it out. 2008-11-08 11:01:44 -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
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
f8ce6cd36e added most basic api consuming example 2008-07-28 15:47:17 -04:00
John Nunemaker
aafde86709 Documented and tweaked the examples a bit. 2008-07-28 12:58:40 -04:00
John Nunemaker
fe18cff257 Added amazon web services book search example. 2008-07-28 12:45:06 -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