0.1.5 • Published 1 year ago

tickspot.js v0.1.5

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

Tickspot.js

stability-alpha Coverage Status OpenSSF Best Practices OpenSSF Scorecard

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

0.1.5

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.0

2 years ago