hetzner

Hetzner Cloud client library.

Version on this page:0.1.2.0
LTS Haskell 22.26: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.1.2.0@sha256:7c95b5f4519857d7e9804dcbf36c43c9a359b625d1a86bc45157f92f8536859a,1015

Module documentation for 0.1.2.0

Hetzner Cloud Haskell Library

Build Status

Distributions

Hackage Stackage LTS Stackage Nightly

Description

Client interface for the Hetzner Cloud 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.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.