Skip to content

This is a simple JavaScript/TypeScript demo of the Onslip 360 SDK

Notifications You must be signed in to change notification settings

Onslip/onslip-360-js-api-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onslip 360 JavaScript/TypeScript API Demos

Please visit the Onslip 360 Developer Site for more information regarding the API.

NodeJS and Web

This is a simple JavaScript/TypeScript demo of the Onslip 360 SDK. Instructions:

  1. Log in to your Onslip Backoffice account at https://test.onslip360.com.
  2. From the top right menu, select API Keys.
  3. Press Generate Key, give it a name and alias, specify permissions and generate the key.
  4. Insert the generated key into node-demo.ts and/or web-demo.ts.
  5. Open a terminal and type make all to build the files.
  6. The NodeJS example can be run with node ./NodeJS and to try the web demo, open Web/index.html in a browser.

Web-OAuth

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.

About

This is a simple JavaScript/TypeScript demo of the Onslip 360 SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published