1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/Manifest
John Nunemaker 5615a4ba05 Added the bin/httparty executable.
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
2009-01-05 00:58:05 -05:00

32 lines
640 B
Text

bin/httparty
examples/aaws.rb
examples/basic.rb
examples/delicious.rb
examples/google.rb
examples/rubyurl.rb
examples/twitter.rb
examples/whoismyrep.rb
History
httparty.gemspec
lib/core_extensions.rb
lib/httparty/exceptions.rb
lib/httparty/request.rb
lib/httparty/version.rb
lib/httparty.rb
lib/module_level_inheritable_attributes.rb
Manifest
MIT-LICENSE
Rakefile
README
setup.rb
spec/as_buggery_spec.rb
spec/fixtures/delicious.xml
spec/fixtures/google.html
spec/fixtures/twitter.json
spec/fixtures/twitter.xml
spec/httparty/request_spec.rb
spec/httparty_spec.rb
spec/spec.opts
spec/spec_helper.rb
website/css/common.css
website/index.html