jnunemaker / httparty

Makes http fun! Also, makes consuming restful web services dead easy.

This URL has Read+Write access

name age message
file .gitignore Sun Jul 27 08:52:18 -0700 2008 Initial commit [jnunemaker]
file History Loading commit data...
file MIT-LICENSE Fri Dec 05 14:11:58 -0800 2008 Removing .txt from files (it has always annoyed... [jnunemaker]
file Manifest
file README
file Rakefile
directory examples/
file httparty.gemspec
directory lib/
file setup.rb Fri Dec 05 14:23:26 -0800 2008 Revert "Removed setup.rb. I don't need it (I do... [jnunemaker]
directory spec/
directory website/ Wed Jul 30 21:29:17 -0700 2008 Updated readme and website. [jnunemaker]
README
= 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