Registry / http-client / httparty

httparty

JSON →
library0.24.2rbrubygemsunverified

Makes http fun! Also, makes consuming restful web services dead easy.

gem install httparty
INSTALL
IMPORT
SIG · HTTPARTY
H
httparty
http-clientrubyv0.24.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HTTParty
require 'httparty'

Fetch a GitHub user's data

require 'httparty' response = HTTParty.get('https://api.github.com/users/octocat') puts response['login']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.24.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
httparty — gem install httparty · libregistry