This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0b5579783ad7865b88337fc50ef72b01fa525bf9
tree 73d335c8c8fbcbad884e272729336c7cac84533c
parent 411340826ba683397df84e611956b34eae398d93
tree 73d335c8c8fbcbad884e272729336c7cac84533c
parent 411340826ba683397df84e611956b34eae398d93
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 | Fri Dec 05 14:14:54 -0800 2008 | |
| |
Rakefile | Sat Dec 06 19:47:39 -0800 2008 | |
| |
examples/ | ||
| |
httparty.gemspec | ||
| |
lib/ | ||
| |
setup.rb | Sun Jul 27 08:52:18 -0700 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









