Registry / http-client / spyke
library7.2.2rbrubygemsunverified

Interact with REST services in an ActiveRecord-like manner.

gem install spyke
INSTALL
IMPORT
SIG · SPYKE
S
spyke
http-clientrubyv7.2.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.

Spyke
✓ require 'spyke'

Define a model for a REST resource and fetch a record by ID.

require 'spyke' class User < Spyke::Base uri 'users/:id' end user = User.find(1) puts user.name
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Resources
spyke — gem install spyke · libregistry