Tickspot.js
Tickspot.js is a Node.js client for tickspot api.
Installation
Get the package via npm
npm i tickspot.js
Usage
To use tickspot.js client, just import the Tickspot module as following:
import Tickspot from "tickspot.js";
Once the module is imported, create an instance using the init
function. This function will require the following data:
apiVersion
- This is version of the Tick API.subscriptionId
and apiToken
- Those are unique data that you will find in your Tickspot profile.agentEmail
- Your email.
const tickspot = Tickspot.init({
apiVersion: 2,
subscriptionId: "subscriptionId",
apiToken: "apiToken",
agentEmail: "agentEmail",
});
Documentation
Code of conduct
We welcome everyone to contribute. Make sure you have read the CODE_OF_CONDUCT before.
Contributing
For information on how to contribute, please refer to our CONTRIBUTING guide.
Changelog
Features and bug fixes are listed in the CHANGELOG file.
License
This library is licensed under an MIT license. See LICENSE for details.
Acknowledgements
Made with 💙 by kommitters Open Source