mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
🎉 Makes http fun again!
5615a4ba05
This uses HTTParty to query services and format the responses in several different ways. It's a handy way to explore web services or simply query them. Conflicts: httparty.gemspec lib/httparty/version.rb |
||
---|---|---|
bin | ||
examples | ||
lib | ||
spec | ||
website | ||
.gitignore | ||
History | ||
httparty.gemspec | ||
Manifest | ||
MIT-LICENSE | ||
Rakefile | ||
README | ||
setup.rb |
= 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