3.3.0 • Published 3 months ago

@salable/node-sdk v3.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Salable SDK for JavaScript

The Salable SDK enables you to easily interact with the Salable ecosystem, accessing the Salable API, and other toolkit methods.

Getting Started

Let’s walk through setting up a project that uses the Salable API Class from the SDK and makes a simple call to retrieve all licenses. The following steps use npm as an example. These steps assume you have Node.js and npm already installed.

  1. Create a new Node.js project.
  2. Inside of the project, run: npm install @salable/node-sdk. Adding packages results in update in lock file, yarn.lock or package-lock.json. You should commit your lock file along with your code to avoid potential breaking changes.

  3. Create a new file called index.js, Instantiate a Salable Class and send a request.

import { Salable } from '@salable/node-sdk';

const salable = new Salable('{{API_KEY}}');

const check = await salable.licenses.check('{{PRODUCT_UUID}}', ['userId_1']);
3.3.0

3 months ago

3.2.1

5 months ago

3.2.0

5 months ago

3.1.0

6 months ago

3.0.1

6 months ago

3.0.0

6 months ago

2.5.0

10 months ago

2.7.0

8 months ago

2.6.0

8 months ago

2.8.0

6 months ago

1.7.0

1 year ago

2.3.0

11 months ago

2.2.1

11 months ago

2.2.0

12 months ago

2.4.0

11 months ago

2.3.1

11 months ago

2.1.0

12 months ago

2.0.0

12 months ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago