hetzner

Hetzner Cloud and DNS library.

Version on this page:0.2.0.0
LTS Haskell 22.19:0.6.0.0
Stackage Nightly 2023-12-26:0.6.0.0
Latest on Hackage:0.6.0.0

See all snapshots hetzner appears in

MIT licensed and maintained by Daniel Casanueva (daniel.casanueva `at` proton.me)
This version can be pinned in stack with:hetzner-0.2.0.0@sha256:046edb9814ff005484d07d3473d1b7604bd8dff8c9f884e66e27b2a03f9d9153,1033

Module documentation for 0.2.0.0

Hetzner Haskell Library

Build Status

Distributions

Hackage Stackage LTS Stackage Nightly

Description

Client interface for the Hetzner Cloud API and the Hetzner DNS API, written in the Haskell programming language.

Status

This library is still in development, so expect missing funcionality. If there’s anything you would like to see added, feel free to open an issue. Some breaking changes might also be introduced as the library matures.

Changes

0.2.0.0

  • Allow to attach servers to networks on creation.
  • Modify streamPages to cover more cases.
  • Add support for DNS operations on zones and records.

0.1.2.0

  • New function: getTokenFromEnv. This function allows the user to obtain a token from the HETZNER_API_TOKEN environment variable.
  • Support for (private) networks.
  • New instances for the Token type: IsString, Show, Eq, Ord.

0.1.1.0

  • Added support for volumes.
  • Fixed parsing of HTTP 204 responses.

0.1.0.0

  • Initial release.