Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

jsforce/jsforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Overview

JSforce (f.k.a. Node-Salesforce) is an isomorphic JavaScript Library utilizing Salesforce's API: It works both in the browser and with 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.

Supported Salesforce APIs are the following:

  • REST API (SOQL, SOSL, describe, etc.)
  • Apex REST
  • Analytics API
  • Bulk API
  • Chatter API
  • Metadata API
  • SOAP API
  • Streaming API
  • Tooling API

Documentation

See documentation inhttps://jsforce.github.io/

v3 API reference:https://jsforce.github.io/jsforce/

v1 API reference:https://jsforce.github.io/jsforce/doc/

Migration

Migrating from v1 → v3? Find themigration guide here

Migrating from v2 → v3? Find themigration guide here

Releases

SeeReleases.

Node-specific release

Seejsforce-node.

License

Seelicense (MIT License).

Authors

Notes

SOAP Login API Deprecation Notice

The SOAP login() API will be retired in Summer '27 (API version 65.0). If you are using theloginBySoap method, please migrate to OAuth 2.0 Username-Password Flow instead. For more information, seeSalesforce Release Notes.

If you have any questions first file it onissues before contacting authors via e-mail.

How to build/run tests:

SeeDEVELOPING.md

Contributions

Your contributions are welcome: both by reporting issues onGitHub issues or pull-requesting patches.

If you want to implement any additional features, to be added to JSforce to our main branch, which may or may not be merged please first check currentopening issues with milestones and confirm whether the feature is on road map or not.

If your feature implementation is brand-new or fixing unsupposed bugs in the library's test cases, please include additional test codes in thetest/ directory.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors75

Languages


[8]ページ先頭

©2009-2025 Movatter.jp