Registry / http-client / restforce

restforce

JSON →
library8.0.1rbrubygemsunverified

A lightweight Ruby client for the Salesforce REST API.

gem install restforce
INSTALL
IMPORT
SIG · RESTFORCE
R
restforce
http-clientrubyv8.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.

Restforce
require 'restforce'

Create a Salesforce client and run a SOQL query.

require 'restforce' client = Restforce.new(username: 'user', password: 'pass', security_token: 'token', client_id: 'id', client_secret: 'secret') client.query('SELECT Id FROM Account')
Debug
Known issues
breakingRestforce 8.0 drops support for Ruby < 3.0
fix
Upgrade Ruby to 3.0 or later.
affects: >= 8.0
Upgrade
Version history
8.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
restforce — gem install restforce · libregistry