1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
🎉 Makes http fun again!
Find a file
2008-12-06 22:01:42 -05:00
examples Added example of how to use HTTParty.get. Fixed erroring examples/delicious.rb. Updated History. 2008-12-05 16:42:38 -05:00
lib Tweaked requires and such. 2008-12-06 22:01:42 -05:00
spec Tweaked requires and such. 2008-12-06 22:01:42 -05:00
website Updated readme and website. 2008-07-31 00:29:17 -04:00
.gitignore Initial commit 2008-07-27 11:52:18 -04:00
History Updated manifest, history and gemspec for 0.1.8. 2008-12-05 17:24:01 -05:00
httparty.gemspec Updated manifest, history and gemspec for 0.1.8. 2008-12-05 17:24:01 -05:00
Manifest Updated manifest, history and gemspec for 0.1.8. 2008-12-05 17:24:01 -05:00
MIT-LICENSE Removing .txt from files (it has always annoyed me). Boo Windows! 2008-12-05 17:11:58 -05:00
Rakefile Added post install message back in. Yay for partying hard! 2008-12-05 17:15:09 -05:00
README Updated readme. 2008-12-05 17:14:54 -05:00
setup.rb Revert "Removed setup.rb. I don't need it (I don't think)." 2008-12-05 17:23:26 -05:00

= httparty

== DESCRIPTION:

Makes http fun again!

== FEATURES:

* Easy get, post, put, delete requests
* Basic http authentication
* Default request query string parameters (ie: for api keys that are needed on each request)
* Automatic parsing of JSON and XML into ruby hashes based on response content-type

== EXAMPLES:

See http://github.com/jnunemaker/httparty/tree/master/examples

== REQUIREMENTS:

* Active Support >= 2.1

== INSTALL:

* sudo gem install httparty