@onsetio/node
v2.0.0
Published
Official Onset SDK for Node.js
Downloads
119
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/nodeSetup 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();