Registry / web-framework / rc-rest

rc-rest

JSON →
library3.0.1rbrubygemsunverified

A base class for implementing REST-like web services APIs, originally from Robot Co-op.

gem install rc-rest
INSTALL
IMPORT
SIG · RC-REST
R
rc-rest
web-frameworkrubyv3.0.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.

RcRest
require 'rc-rest'

Create a REST API service by subclassing RcRest::Base.

require 'rc-rest' class MyAPI < RcRest::Base # define REST endpoints end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
rc-rest — gem install rc-rest · libregistry