Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulsmithkc/node-salesforce

Provides a simple abstraction layer over the Salesforce REST APIs.
https://github.com/paulsmithkc/node-salesforce

javascript micro-library nodejs npm-package typescript

Last synced: 12 days ago
JSON representation

Provides a simple abstraction layer over the Salesforce REST APIs.

Awesome Lists containing this project

README

        

# @merlin4/salesforce

Provides a simple abstraction layer over the Salesforce REST APIs.

- `getAuthorization()` obtains a fresh access token
- `query()` performs SOQL queries against the Salesforce database
- `queryWithTimeout()` provides a simple wrapper to limit the runtime of queries
- `insert()` performs INSERT operations against the Salesforce database
- `update()` performs UPDATE operations against the Salesforce database
- `deleteRecords()` performs DELETE operations against the Salesforce database