Qore SalesforceRestClient Module Reference 1.5.1
|
The SalesforceRestClient module provides an API for calling REST services with Salesforce.com.
To use this module, use "%requires SalesforceRestClient"
in your code.
All the public symbols in the module are defined in the SalesforceRestClient namespace.
The main classes are:
The composite API can be used to work with multiple objects at once as in the following example:
Requests can also be made with the Salesforce.com Bulk REST API; the following example shows how a list of accounts can be deleted:
"sfrest"
in the bin directory for a user-friendly command-line interface to Salesforce.com REST API functionality and a more detailed example of code using this module.username
and password
connection options for better security handlingSalesforceRestConnection::getConstructorInfo()
and SalesforceRestConnection::getConstructorInfoImpl()
methods (issue 3696)SalesforceRestConnection::getConstructorInfo()
method to allow connections to be created dynamically, potentially in another process from a network call (removed in SalesforceRestClient 1.4) (issue 2628)