fix(core): update

This commit is contained in:
2024-02-17 20:41:21 +01:00
parent e7cafd9c1c
commit 07d625fa1f
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ BundlePhobia (total size when bundled) | [![BundlePhobia](https://badgen.net/bun
A modern approach to talking to the hetzner API.
```typescript
// assuming top level await here
import hetznerCloud from '@apiclient.xyz/hetznercloud'
const myhetznerAccount = new hetznerCloud.HetznerAccount('myToken');
const servers = await myhetznerAccount.getServers();