@apiclient.xyz/hetznercloud
an unofficial api client for the hetzner cloud api
Availabililty and Links
Status for master
Usage
A modern approach to talking to the hetzner API.
import hetznerCloud from '@apiclient.xyz/hetznercloud'
const myhetznerAccount = new hetznerCloud.HetznerAccount('myToken');
const servers = const myhetznerAccount.getServers();
for (const server of servers) {
await server.delete();
}
Legal
MIT licensed | © Task Venture Capital GmbH | By using this npm module you agree to our privacy policy
Description
Languages
TypeScript
100%