@onsetio/node
v0.2.0
Published
Official Onset SDK for Node.js
Downloads
4
Readme
Official Onset SDK for Node.js
Used for loading public and private releases.
Installation and Usage
Simply install the package:
npm install --save @onsetio/node
yarn add @onsetio/node
Setup and usage of these SDKs always follows the same principle.
import OnsetAPI from '@onsetio/node';
const onsetSDK = new OnsetAPI('__API_KEY__');
const releases = onsetSDK.releases.list();