Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

forcedotcom/SalesforceCoffeeScriptAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Salesforce CoffeeScript API

Client side API written in CoffeeScript to access the Salesforce REST APIs on Force.com. The API can be used with the Salesforce Mobile SDK for iOS and Android.

Docs

Please see the inline docs for the RestAPI.coffee class. To generate the docs you need Pygment and docco.

$ sudo easy_install Pygments
$ npm install .

Generate the docs:

$ make docs
$ open docs/RestAPI.html

Tests

The tests depend on Mocha, should and CoffeeScript. Install the depencies with NPM:

$ npm install .

Execute the tests using make:

$ make test

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published