@jablonski/central-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published
yarn add @viacast/central-api
npm i @viacast/central-api
// import { CentralApi } from '@viacast/central-api';
const { CentralApi } = require('@viacast/central-api');

const api = new CentralApi({
  host: 'localhost',
  port: 4440,
  prefix: '/v1',
});

api.authLogin('key', 'password').then(async () => {
  const me = await api.userMe();
  console.log(me);
});

Readme

Keywords

none

Package Sidebar

Install

npm i @jablonski/central-api

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

90.6 kB

Total Files

60

Last publish

Collaborators

  • jablonski