salesloft
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

SalesLoft

An unofficial Node client for the SalesLoft API.

Installation:

Use npm to install the package:

$ npm install salesloft

Example Usage:

import { SalesLoft } from 'salesloft';
const sl = new SalesLoft('YOUR_API_KEY');
sl.Me.list().then((results) => {
  console.log(`Me results: ${results}`);
});

Readme

Keywords

none

Package Sidebar

Install

npm i salesloft

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

162 kB

Total Files

103

Last publish

Collaborators

  • alexleventer