1.1.1 • Published 3 years ago

@blustream/walter-white-sdk v1.1.1

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

API Utils

JavaScript Client Library for the Blustream walter-white-sdk

Install

npm install @blustream/walter-white-sdk --save

or

yarn add @blustream/walter-white-sdk

Usage

See https://blustream.io/docs/api/javascript/

let blusteamWalterWhiteClient = new BlustreamWalterWhite();
const appFiles = await blusteamWalterWhiteClient.listAppFiles().then((response) => {
    console.log(response);
    return response;
});

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo. 1. git clone this repo & cd into it as usual 2. Run npm install to install top-level dependencies.

Run

  • npm run dev

Test

  • npm lint run just eslint
  • npm test run lint and tests

Copyright & License

Copyright (c) 2021 Blustream Corporation - Released under the MIT license.

1.1.1

3 years ago

1.1.0

3 years ago