0.0.4 • Published 3 years ago
@interactwith/node v0.0.4
InteractWith Node SDK
InteractWith Node SDK is a library for interacting with InteractWith API.
Installation
npm install @interactwith/node
Usage
const { InteractWith } = require('@interactwith/node');
const iw = new InteractWith({
api_key: 'pk_YOUR_API_KEY',
})
const user = await iw.me();
Documentation
For more information, please visit InteractWith API documentation.
License
InteractWith Node SDK is released under the MIT license. © 2021 Miroslaw Shpak