0.15.0 • Published 1 year ago

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

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year 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

2 years ago

0.9.3

2 years ago

0.11.0

1 year ago

0.10.1

2 years ago

0.12.0

1 year ago

0.13.0

1 year ago

0.14.0

1 year ago

0.13.1

1 year ago

0.15.0

1 year ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.1.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago