hyuns-api-v2-client
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

Hyuns Dash

hyuns-api-v2-client

Hyuns API를 위한 SDK

MIT License MIT License


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())
});

/hyuns-api-v2-client/

    Package Sidebar

    Install

    npm i hyuns-api-v2-client

    Weekly Downloads

    0

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    117 kB

    Total Files

    72

    Last publish

    Collaborators

    • phw3071