Package Exports
- jsforce
- jsforce/lib/promise
- jsforce/lib/transport
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsforce) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jsforce
Salesforce API Library for JavaScript applications (both on web browser and Node.js)
Overview
JSforce (f.k.a. Node-Salesforce) is a JavaScript Library of Salesforce API, which works both on web browser and Node.js.
It capsulates the access to various APIs provided by Salesforce in asynchronous JavaScript function calls.
It also has command line interface (CLI) which gives interactive console (REPL), so you can learn the usage without hassle.
Suported Salesforce APIs are :
- REST API (SOQL, SOSL, describe, etc.)
- Apex REST
- Analytics API
- Bulk API
- Chatter API
- Metadata API
- Streaming API
- Tooling API
Document
See document in http://jsforce.github.io/ .
Change History
See changelog.
License
See license (MIT License).
Authors
- Shinichi Tomita shinichi.tomita@gmail.com
