@blustream/walter-white-sdk
v1.1.1
Published
JavaScript Client Library for the Blustream [walter-white-sdk](https://www.npmjs.com/package/@blustream/walter-white-sdk)
Downloads
5
Readme
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.
git clone
this repo &cd
into it as usual- Run
npm install
to install top-level dependencies.
Run
npm run dev
Test
npm lint
run just eslintnpm test
run lint and tests
Copyright & License
Copyright (c) 2021 Blustream Corporation - Released under the MIT license.