1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/README
2008-12-23 11:43:59 -05:00

24 lines
No EOL
449 B
Text

= httparty
== DESCRIPTION:
Makes http fun again!
== FEATURES:
* Easy get, post 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:
* JSON ~> 1.1
== INSTALL:
* sudo gem install httparty