# salesloft

> An unofficial Node client for the SalesLoft API.

Latest version **1.2.0** (published 2019-07-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install salesloft
pnpm add salesloft
yarn add salesloft
bun add salesloft
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2019-07-25 |
| First published | 2019-01-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 158.5 KB |
| Known vulnerabilities | 0 (+25 in 2 direct dependencies) |
| Install scripts | no |
| Author | Alex Leventer |
| Maintainers | alexleventer |

## Links

- npm: https://www.npmjs.com/package/salesloft
- npm.io page: https://npm.io/package/salesloft

## Dependencies (6)

- [axios](https://npm.io/package/axios.md) ^0.18.0
- [request](https://npm.io/package/request.md) ^2.88.0
- [@types/request](https://npm.io/package/@types/request.md) ^2.48.1
- [request-promise](https://npm.io/package/request-promise.md) ^4.2.2
- [tslint-config-airbnb](https://npm.io/package/tslint-config-airbnb.md) ^5.11.1
- [@types/request-promise](https://npm.io/package/@types/request-promise.md) ^4.1.42

## Recent versions

- 1.2.0 (latest) — 2019-07-25
- 1.1.2 — 2019-06-08
- 1.1.1 — 2019-01-05
- 1.1.0 — 2019-01-05
- 1.0.3 — 2019-01-05
- 1.0.2 — 2019-01-05
- 1.0.1 — 2019-01-05
- 1.0.0 — 2019-01-05

## README

# SalesLoft
An unofficial Node client for the SalesLoft API.

## Installation:
Use npm to install the package:
```shell
$ npm install salesloft
```

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

---
_Source: https://npm.io/package/salesloft · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
