Registry / http-client / faraday

faraday

JSON →
library2.14.3rbrubygemsunverified

HTTP/REST API client library.

gem install faraday
INSTALL
IMPORT
SIG · FARADAY
F
faraday
http-clientrubyv2.14.3
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.

Faraday
✓ require 'faraday'

Make a simple GET request

require 'faraday' response = Faraday.get('https://api.github.com') puts response.status
Debug
Known issues
breakingFaraday v2.0+ requires an adapter (e.g., faraday-net_http) to be explicitly added.
fix
Add 'faraday-net_http' to your Gemfile or use a different adapter.
affects: >= 2.0
Upgrade
Version history
2.14.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
faraday — gem install faraday · libregistry