René's URL Explorer Experiment


Title: Restforce

Description: Restforce is the most popular Ruby gem for interacting with Salesforce using the Salesforce API, downloaded over 16,000,000 times

Keywords:

Mail addresses
tim@restforce.org

direct link

Domain: restforce.github.io

Links:

https://rubygems.org/gems/restforce
https://circleci.com/gh/restforce/restforce
Restforcehttps://github.com/restforce/restforce
downloaded over 16,000,000 timeshttps://rubygems.org/gems/restforce
Get started https://restforce.github.io#get-started
use an earlier version of the gemhttps://github.com/restforce/restforce#installation
API authentication detailshttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_authentication.htm
authenticate with OAuthhttps://github.com/restforce/restforce#oauth-token-authentication
Learn more https://restforce.github.io#learn-more
READMEhttps://github.com/restforce/restforce/blob/master/README.md
full documentationhttp://www.rubydoc.info/gems/restforce/frames
Stay up to date 10th July 2020: We've released a new major version of the gem, v5.0.0. This version drops support for Ruby 2.4, introduces a number of other breaking changes (e.g. tweaks to how errors are defined) and brings exciting new features, including support for Faraday v1.0. For more details, see the changelog and upgrade guide. 23rd January 2020: v4.2.2 has been released, fixing a pesky bug with how we generate the results returned by the library. 5th December 2019: v4.2.1 is now available, fixing a bug with authentication errors and a Faraday deprecation warning. 23rd October 2019: v4.2.0 has been released, adding support for platform events, CDC, generic events and more in the Streaming API. 20th October 2019: v4.1.0 is now available, adding support for JWT authentication. 9th October 2019: v4.0.0 has launched, bringing support for the bulk API, better errors and a fix for how IDs are escaped. This version officially drops support for Ruby 2.3 - if you want to use Ruby 2.3, then v3.2.0 of the gem includes the same features and bug fixes. 16th August 2018: v3.1.0 has been released, adding support for replying missed messages when using Salesforce's Streaming API. 4th August 2018: v3.0.1 is now available, fixing a bug introduced by v3.0.0 which led to a NoMethodError when upserting an existing record. 2nd August 2018: v3.0.0 has been released. It drops support for Ruby 2.0, 2.1 and 2.2 (which have all reached end-of-life) and fixes a number of bugs. 21st August 2017: Restforce has moved (again!), now to restforce/restforce. Thanks to @antwonlee for letting us have the organisation name! 19th August 2017: Restforce has moved to its own organisation on GitHub - the source code and community is now at restforcegem/restforce. 25th April 2017: v2.5.3 is now available. It fixes a bug where upsert and upsert! mutated the provided attributes, starts raising an error where a custom external ID field name is supplied to upsert and upsert! but it is missing from the provided attributes, and uses the client's configured SSL options for authentication requests. (changelog) 3rd April 2017: v2.5.2 has been released. It fixes a bug with logging that caused logs related to custom headers (added in v2.5.1) and Gzip to be missing, and improves compatability with versions of Hashie since v3.5.0. (changelog) 16th March 2017: v2.5.1 is now available. It adds support for setting custom headers and upserting with an ID, and relaxes the gem's dependency on Faraday to allow upgrading it to 1.0. (changelog) 7th December 2016: v2.5.0 has been released. It removes compatability with Ruby 1.9.3 and improves the security of the gem's caching behaviour by hashing authentication credentials in cache keys. (changelog) 20th October 2016: v2.4.2 is now available. It relaxes the gem's dependencies for users of Ruby 2.0.0 onwards to allow wider compatability (e.g. with Rails 4). (changelog) 18th October 2016: v2.4.1 has just been released. It adds compatability with pre-released versions of Ruby 2.4.0. (changelog) 29th July 2016: v2.4.0 is available via RubyGems.org. It supports the Document resource, which behaves just like Attachment. (changelog) 15th July 2016: v2.3.0 is live on RubyGems.org. It allows you to optionally specify the Salesforce API version with a SALESFORCE_API_VERSION environment variable. (changelog) 6th June 2016: v2.2.1 is now available from RubyGems.org. It adds support for a new get_deleted method. (changelog) 16th March 2016: v2.2.0 has just been released. It improves the handling of errors returned by the API, notably raising an error when a 300 is returned due to an external ID matching multiple records for an upsert operation. (changelog) 9th March 2016: v2.1.3 is now available. It returns a new Restforce::ServerError when Salesforce is experiencing problems, and improves the handling of the response body in errors. (changelog) https://restforce.github.io#stay-up-to-date
v5.0.0https://rubygems.org/gems/restforce/versions/5.0.0
changeloghttps://github.com/restforce/restforce/blob/master/CHANGELOG.md#500-jul-10-2020
upgrade guidehttps://github.com/restforce/restforce/blob/master/UPGRADING.md
v4.2.2https://rubygems.org/gems/restforce/versions/4.2.2
v4.2.1https://rubygems.org/gems/restforce/versions/4.2.1
v4.2.0https://rubygems.org/gems/restforce/versions/4.2.0
v4.1.0https://rubygems.org/gems/restforce/versions/4.1.0
v4.0.0https://rubygems.org/gems/restforce/versions/4.0.0
v3.1.0https://rubygems.org/gems/restforce/versions/3.1.0
v3.0.1https://rubygems.org/gems/restforce/versions/3.0.1
v3.0.0https://rubygems.org/gems/restforce/versions/3.0.0
restforce/restforcehttps://github.com/restforce/restforce
@antwonleehttps://github.com/antwonlee
restforcegem/restforcehttps://github.com/restforcegem/restforce
v2.5.3https://rubygems.org/gems/restforce/versions/2.5.3
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#253-apr-25-2017
v2.5.2https://rubygems.org/gems/restforce/versions/2.5.2
Hashiehttps://github.com/intridea/hashie
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#252-apr-3-2017
v2.5.1https://rubygems.org/gems/restforce/versions/2.5.1
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#251-mar-16-2017
v2.5.0https://rubygems.org/gems/restforce/versions/2.5.0
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#250-dec-5-2016
v2.4.2https://rubygems.org/gems/restforce/versions/2.4.2
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#242-oct-20-2016
v2.4.1https://rubygems.org/gems/restforce/versions/2.4.1
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#241-oct-18-2016
v2.4.0https://rubygems.org/gems/restforce/versions/2.4.0
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#240-jul-29-2016
v2.3.0https://rubygems.org/gems/restforce/versions/2.3.0
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#230-jul-15-2016
v2.2.1https://rubygems.org/gems/restforce/versions/2.2.1
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#221-jun-6-2016
v2.2.0https://rubygems.org/gems/restforce/versions/2.2.0
upserthttps://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_upsert.htm
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#220-mar-16-2016
v2.1.3https://rubygems.org/gems/restforce/versions/2.1.3
(changelog)https://github.com/restforce/restforce/blob/master/CHANGELOG.md#213-mar-9-2016
Get involved https://restforce.github.io#get-involved
contributionshttps://github.com/restforce/restforce/tree/master/CHANGELOG.md
bug reportshttps://github.com/restforce/restforce/issues
CONTRIBUTING.mdhttps://github.com/restforce/restforce/blob/master/CONTRIBUTING.md
code of conducthttps://github.com/restforce/restforce/blob/master/CODE_OF_CONDUCT.md
Tim Rogers, the maintainerhttps://restforce.github.io#get-in-touch
Get in touch https://restforce.github.io#get-in-touch
Tim Rogershttps://timrogers.co.uk
MIT licensehttps://github.com/restforce/restforce/blob/master/LICENSE
Tim Rogershttps://timrogers.co.uk
Eric J. Holmeshttps://github.com/ejholmes

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.