Registry / http-client / wrapi
library0.5.1rbrubygemsunverified

A Ruby API wrapper code extracted from real world API clients for building API clients.

gem install wrapi
INSTALL
IMPORT
SIG · WRAPI
W
wrapi
http-clientrubyv0.5.1
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.

Wrapi
require 'wrapi'

Create an API client with Wrapi.

require 'wrapi' client = Wrapi::Client.new(base_url: 'https://api.example.com') response = client.get('/endpoint')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Resources
wrapi — gem install wrapi · libregistry