Please visit the Onslip 360 Developer Site for more information regarding the API.
This is a simple JavaScript/TypeScript demo of the Onslip 360 SDK. Instructions:
- Log in to your Onslip Backoffice account at https://test.onslip360.com.
- From the top right menu, select API Keys.
- Press Generate Key, give it a name and alias, specify permissions and generate the key.
- Insert the generated key into node-demo.ts and/or web-demo.ts.
- Open a terminal and type
make all
to build the files. - The NodeJS example can be run with
node ./NodeJS
and to try the web demo, open Web/index.html in a browser.
Demonstrates how to use the Onslip 360 API with an access token acquired via the OAuth Authorization Code Flow.
Just start a development server with make dev
, press o
to open the browser and then click Authorize
to get an
access token.