Skip to content

shofetim/salesforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janet Salesforce API wrapper

Install

jpm install https://github.com/shofetim/salesforce

Quickstart

Set environment variables for your Salesforce Password, Security Token, Username, and URL, then test that you can login.

export SF_PASSWORD="your-password"
export SF_TOKEN="SF API Token"
export SF_USERNAME="your@@username"
export SF_URL="https://{projectname}.my.salesforce.com"

janet -e "(import salesforce :as sf) (pp (sf/login))"

About

Salesforce API wrapper in Janet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages