0.2.0 • Published 2 years ago

@onsetio/node v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Official Onset SDK for Node.js

npm version Documentation

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();
0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago