Registry / http-client / cistern

cistern

JSON →
library2.10.0rbrubygemsunverified

API client framework extracted from Fog for building robust API clients.

gem install cistern
INSTALL
IMPORT
SIG · CISTERN
C
cistern
http-clientrubyv2.10.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.

Cistern
require 'cistern'

Define a custom API client using Cistern

require 'cistern' class MyClient < Cistern::Client def get_data request(method: :get, path: '/data') end end client = MyClient.new(url: 'https://api.example.com') puts client.get_data.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.10.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
34
Resources
cistern — gem install cistern · libregistry