jsforce

WebJar for jsforce

License

License

MIT
Categories

Categories

Github Development Tools Version Controls Jakarta Server Faces Jakarta EE The Web Tier
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-jsforce-jsforce
Last Version

Last Version

1.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

jsforce
WebJar for jsforce
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jsforce/jsforce

Download github-com-jsforce-jsforce

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-jsforce-jsforce/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-jsforce-jsforce</artifactId>
    <version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jsforce-jsforce/
implementation 'org.webjars.npm:github-com-jsforce-jsforce:1.7.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-jsforce-jsforce/
implementation ("org.webjars.npm:github-com-jsforce-jsforce:1.7.1")
'org.webjars.npm:github-com-jsforce-jsforce:jar:1.7.1'
<dependency org="org.webjars.npm" name="github-com-jsforce-jsforce" rev="1.7.1">
  <artifact name="github-com-jsforce-jsforce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-jsforce-jsforce', version='1.7.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-jsforce-jsforce" % "1.7.1"
[org.webjars.npm/github-com-jsforce-jsforce "1.7.1"]

Dependencies

compile (14)

Group / Artifact Type Version
org.webjars.npm : readable-stream jar [2.1.0,3)
org.webjars.npm : request jar [2.72.0,3)
org.webjars.npm » co-prompt jar [1.0.0,2)
org.webjars.npm : xml2js jar [0.4.16,0.5)
org.webjars.npm : commander jar [2.9.0,3)
org.webjars.npm : open jar 0.0.5
org.webjars.npm : csv-stringify jar [1.0.4,2)
org.webjars.npm : coffee-script jar [1.10.0,2)
org.webjars.npm : csv-parse jar [1.1.1,2)
org.webjars.npm : inherits jar [2.0.1,3)
org.webjars.npm : promise jar [7.1.1,8)
org.webjars.npm : multistream jar [2.0.5,3)
org.webjars.npm : lodash jar [4.11.1,5)
org.webjars.npm : faye jar [1.2.0,2)

Project Modules

There are no modules declared in this project.

jsforce

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

CircleCI

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 in http://jsforce.github.io/ .

Releases

See Releases.

License

See license (MIT License).

Authors

Notes

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

Tests

In order to run tests you will need a Salesforce Developer Org

You will also need to install the JsforceTestSuite package, which can be done by running:

SF_USERNAME=myusername SF_PASSWORD=password+securityToken ./test/bin/org-setup

You may need to run this more then once if you encounter timeouts or dropped connections/

Finally, to run the tests simply do:

SF_USERNAME=myusername SF_PASSWORD=password+securityToken npm run test:node

SF_USERNAME=myusername SF_PASSWORD=password+securityToken npm run test:browser

Contributions

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

If you want to implement any additional features, to be added to JSforce to our master branch, which may or may not be merged please first check current opening 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 addtional test codes in the test/ directory.

org.webjars.npm

JSforce

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

Versions

Version
1.7.1