0.15.0 • Published 3 years ago

@allbin/viu-dms-api-client v0.15.0

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

viu-dms-api-client

Example use

import { ViuDmsApiClient } from '@allbin/viu-dms-api-client';

const client = ViuDmsApiClient({
  baseUrl: 'https://api.viu-dms.dev.allbin.se',
  token: () => getTokenPromise(),
});

const devices = await client.devices.list();

Generate new types from viu-dms-api

Adjust path to api.d.ts to fit your own machine

cat ../viu-dms-api/src/types/api.d.ts | sed -e 's/^type/export type/g' > src/api.ts && npx eslint --fix src/api.ts
0.9.4

3 years ago

0.9.3

3 years ago

0.11.0

3 years ago

0.10.1

3 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.13.1

3 years ago

0.15.0

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.16

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago