1.0.9 • Published 5 years ago

@cabemo/op v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Ontraport Nodejs

This is the unofficial sdk for Ontraport's API on Nodejs.

Installation

yarn add @cabemo/op

Usage

const { Ontraport }  = require('op');

const appId = <your-AppId>;
const apiKey = <your-ApiKey>;

const op = new Ontraport(appId, apiKey);

(async () => {
	const contactsWithTag = await op.getContactsWithTag('My-Awesome-Tag');
})();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago