-
Notifications
You must be signed in to change notification settings - Fork 0
Api: Setup
✌ Makis Tracend edited this page Nov 2, 2016
·
1 revision
All users are automatically enabled with API access. Each product contains API credentials, which is the most common way to grant access.
Although the API operates with basic REST rules and you are free to communicate with it in the programming language and environment of your choosing. We have compiled libraries for popular options, to facilitate the data exchange with the endpoints.
With the Node.js library you can initiate app-auth and user-auth using exposed methods:
You can install it with npm using:
npm install apptrack-api
You can find more information on the available options and methods in the source code repo
The PHP library creates a class called Apptrack which allows simple CRUD requests using query syntax