Skip to content

boywithkeyboard/openapi-vultr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openapi-vultr

Setup

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

Usage

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