jnunemaker / httparty
- Source
- Commits
- Network (94)
- Issues (16)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tree:
80aa359
httparty /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jul 27 08:52:18 -0700 2008 | |
| |
History | ||
| |
MIT-LICENSE | Fri Dec 05 14:11:58 -0800 2008 | |
| |
Manifest | ||
| |
README | ||
| |
Rakefile | ||
| |
examples/ | ||
| |
httparty.gemspec | ||
| |
lib/ | ||
| |
setup.rb | Fri Dec 05 14:23:26 -0800 2008 | |
| |
spec/ | ||
| |
website/ | Wed Jul 30 21:29:17 -0700 2008 |
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


