0.3.0 • Published 1 year ago

freshsales v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year ago

node-freshsales

CircleCI Code Climate Test Coverage

Javascript / node.js wrapper for the Freshsales API

Installing

npm install freshsales

Instantiate client

const Freshsales = require('freshsales');
const freshsales = new Freshsales({ apiKey: 'key', domain: 'domain' });

You may use this library in your Typescript project via:

import Freshsales from 'freshsales';
const freshsales = new Freshsales({ apiKey: 'key', domain: 'domain' });

License

MIT

Contributing

Tests

API_KEY=xxx DOMAIN=xxx npm test

Contributors

  • Paul Cothenet @pcothenet
0.3.0

1 year ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.1

5 years ago