0.4.1 • Published 2 years ago

hyuns-api-v2-client v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

install

yarn add hyuns-api-v2-client

Usage

import { Client } from 'hyuns-api-v2-client';

const client = new Client({
    auth: '(Hyuns API Server Token)'
})

;(async () => {
    console.log(await client.var.list())
});
0.3.5

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.1

2 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago