node-woololo-api-client
v1.0.27
Published
Create repository `.npmrc` file in the root of your project with content:
Readme
node-woololo-api-client
Create repository .npmrc file in the root of your project with content:
@oleg:registry=http://gitlab.behind.ai/api/v4/packages/npm/Install npm package from the repository
npm i @oleg/node-woololo-api-clientUsage of the library
let api = new WoololoApiClient( 'access_token_here')
let res = await api.MeInfo();or on the test environment
let api = new WoololoApiClient( 'access_token_here', 'https://test.api.woololo.com')
let res = await api.MeInfo();