hetzner.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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: '...'
})

Readme

Keywords

none

Package Sidebar

Install

npm i hetzner.js

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Unpacked Size

18.9 kB

Total Files

6

Last publish

Collaborators

  • boywithkeyboard