Skip to content

Api: Setup

Lyndel Thomas edited this page Jan 11, 2016 · 4 revisions

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 onscribe

You can find more information on the available options and methods in the source code repo

PHP

The PHP library creates a class called Onscribe which allows simple CRUD requests using query syntax

The source code repo is here

Clone this wiki locally