mokamoto / jsforce

Salesforce API Library for JavaScript applications (both on Node.js and web browser)

Home Page:http://jsforce.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsforce

Salesforce API Library for JavaScript applications (both on web browser and Node.js)

Build Status

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

About

Salesforce API Library for JavaScript applications (both on Node.js and web browser)

http://jsforce.github.io/

License:MIT License