1.0.0 • Published 7 months ago

@boywithkeyboard/vultr.js v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

vultr.js

!NOTE
vultr.js is merely a preconfigured instance of openapi-fetch, based on the official OpenAPI schema by Vultr.

Setup

Deno

import { Vultr } from 'https://esm.sh/@boywithkeyboard/vultr.js'

Node.js

npm i @boywithkeyboard/vultr.js
import { Vultr } from '@boywithkeyboard/vultr.js'

Usage

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

7 months ago

0.1.0

7 months ago