Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paulsmithkc/node-salesforce
- Owner: paulsmithkc
- License: mit
- Created: 2024-11-18T15:50:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T19:07:10.000Z (26 days ago)
- Last Synced: 2024-11-26T20:21:07.887Z (26 days ago)
- Topics: javascript, micro-library, nodejs, npm-package, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@merlin4/salesforce
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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