Registry / http-client / rufus-jig

rufus-jig

JSON →
library1.0.0rbrubygemsunverified

An HTTP client that greedily fetches JSON content with conditional GET support, using Yajl-ruby when available.

gem install rufus-jig
INSTALL
IMPORT
SIG · RUFUS-JIG
R
rufus-jig
http-clientrubyv1.0.0
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.

Rufus::Jig
require 'rufus/jig'

Fetches JSON data from an API endpoint

require 'rufus/jig' jig = Rufus::Jig.new('http://api.example.com') response = jig.get('/data') puts response
Debug
Known issues
gotchaDepends on Yajl-ruby for JSON parsing; falls back to other parsers if unavailable.
fix
Ensure yajl-ruby is installed for optimal performance, or be aware of fallback behavior.
affects: >= 1.0.0
Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
rufus-jig — gem install rufus-jig · libregistry