You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✌ Makis Tracend edited this page Nov 2, 2016
·
1 revision
Setup
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.
Node
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
PHP
The PHP library creates a class called Apptrack which allows simple CRUD requests using query syntax