2009-02-19 07:47:09 +01:00
|
|
|
httparty is a Ruby library that makes HTTP fun again!
|
|
|
|
|
2013-06-13 13:51:47 +02:00
|
|
|
Its features:
|
2009-02-19 07:47:09 +01:00
|
|
|
* Easy get, post, put, delete requests
|
|
|
|
* Basic http authentication
|
2013-06-13 13:51:47 +02:00
|
|
|
* Default request query string parameters (i.e. for API keys that are needed on
|
|
|
|
each request)
|
|
|
|
* Automatic parsing of JSON and XML into ruby hashes based on response
|
|
|
|
content-type
|
2009-02-19 07:47:09 +01:00
|
|
|
|
2013-06-13 13:51:47 +02:00
|
|
|
WWW: https://github.com/jnunemaker/httparty
|