Registry / http-client / rest-core

rest-core

JSON →
library4.0.1rbrubygemsunverified

A middleware-based framework for building REST clients, providing reusable components for HTTP interactions.

gem install rest-core
INSTALL
IMPORT
SIG · REST-CORE
R
rest-core
http-clientrubyv4.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.

RestCore
require 'rest-core'

Create a REST client with middleware for JSON responses

require 'rest-core' client = RestCore::Builder.client do use RestCore::DefaultSite, 'https://api.example.com' use RestCore::JsonResponse end response = client.get('/users') puts response.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
rest-core — gem install rest-core · libregistry