-
Notifications
You must be signed in to change notification settings - Fork 0
Api: Setup
Lyndel Thomas edited this page Jan 11, 2016
·
4 revisions
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 onscribe
You can find more information on the available options and methods in the source code repo
The PHP library creates a class called Onscribe
which allows simple CRUD requests using query syntax