1.0.0 • Published 6 months ago

hetzner.js v1.0.0

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

hetzner.js

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

Setup

Deno

import { Hetzner } from 'https://esm.sh/hetzner.js'

Node.js

npm i hetzner.js
import { Hetzner } from 'hetzner.js'

Usage

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

6 months ago

0.0.0

7 months ago