Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 194 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 194 Bytes

openapi-vultr

Setup

npm i openapi-vultr
import { createClient } from 'openapi-vultr/v2'

Usage

const client = new createClient({
  token: '...'
})