hyuns-api-v2-client Hyuns API를 위한 SDK 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()) });