@blustream/quality-sdk
v1.0.2
Published
JavaScript Client Library for the Blustream [quality-sdk](https://www.npmjs.com/package/@blustream/quality-sdk)
Downloads
16
Readme
API Utils
JavaScript Client Library for the Blustream quality-sdk
Install
npm install @blustream/quality-sdk --save
or
yarn add @blustream/quality-sdk
Usage
See https://blustream.io/docs/api/javascript/
let blusteamQualityClient = new BlustreamQuality();
const appFiles = await blusteamQualityClient.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) 2020 Blustream Corporation - Released under the MIT license.