Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hetzner

This is the official API documentation for the Public Hetzner Cloud.

Note

Auto-generated Nim client for the Hetzner Cloud API, generated from the Hetzner Cloud OpenAPI 3.x spec using the Nimbase CLI and released by the NimbaseBot GitHub Action.

Installation

nimble install hetzner

Usage

import hetzner

proc main() {.async.} =
  var client = initHetznerClient("your-api-key")
  let servers = await client.getServers()
  echo servers

waitFor main()

Regeneration

Clients are regenerated automatically from the upstream spec by the nimbase.yml workflow: it checks for spec changes on a nightly schedule (or via manual dispatch), regenerates src/ and tests/, runs nimble test, bumps the patch version, and commits/tags/releases the update. If the tests fail, the bot files a GitHub issue with the errors instead of releasing.

License

MIT

About

A Nim library for the Hetzner Cloud API

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from openpeeps/pistachio