Registry / http-client / weary
library1.1.3rbrubygemsunverified

A framework and DSL to construct Ruby clients to RESTful web services.

gem install weary
INSTALL
IMPORT
SIG · WEARY
W
weary
http-clientrubyv1.1.3
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.

Weary
require 'weary'

Creates a REST client and makes a GET request.

require 'weary' client = Weary::Client.new('https://api.example.com') response = client.get('/users').perform puts response.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
Resources
weary — gem install weary · libregistry