@honeysucklehealth/tsalesforce
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Typescript Saleforce Client

Usage

const cfg: SalesforceAuthConfig = {
                version,
                loginHost,
                consumerKey,
                consumerSecret,
                username,
                password,
                accessToken,
                clientUserAgent: "my-sweet-salesforce-app"
            }
const salesforceClient: SalesforceClient = await SalesforceClient.login(cfg)
const myAccount = await salesforceClient.get("Account", "00e100121x")

Readme

Keywords

none

Package Sidebar

Install

npm i @honeysucklehealth/tsalesforce

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

185 kB

Total Files

11

Last publish

Collaborators

  • alexlsmith
  • mtranter