Plugin which makes it easy to store, update, retrieve, and delete data form
an underlying data store, i.e. a Salesforce Org. Additionally there is
some support for performing and returning search results as well.
You can give the API a SOQL query or use one of the easier API's and the plugin will generate the query.
When giving accessing the api's using a '*' at the end of an object name or object data key is used to indicate a built-in attribute for Force.com; attributes are otherwise assumed to be custom and have a '__c' added to them.
You can give the API a SOQL query or use one of the easier API's and the plugin will generate the query.
When giving accessing the api's using a '*' at the end of an object name or object data key is used to indicate a built-in attribute for Force.com; attributes are otherwise assumed to be custom and have a '__c' added to them.
Classes
Members
(inner) store
Allows access to the store
Methods
(inner) connected()
Returns a promise which will resolve with the store having access to the
Salesforce API's