Skip to content

nager/Nager.HetznerCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nager.HetznerCloud

.NET - Hetzner Cloud Api Client. API Documentation

Installation

The package is available on nuget

PM> install-package Nager.HetznerCloud

or

dotnet add package Nager.HetznerCloud

Example

var apiToken = "";

var httpClient = new HttpClient();
var hetznerCloudClient = new HetznerCloudClient(httpClient, apiToken);

var prices = await hetznerCloudClient.PricesQueryAsync();

Features

✔️ - Feature implemented
❌ - Feature not implemented
➖ - Not available on Hetzner API

Create Read Update Delete Actions Extras
General actions
Certificates
Datacenters ✔️
Firewalls ✔️ ✔️ ✔️
Floating IPs
Images
ISOs
Load Balancers
Locations
Networks
Placement Groups ✔️
Pricing ✔️
Primary IPs
Servers ✔️ ✔️ ✔️
Server Types
SSH Keys ✔️ ✔️ ✔️
Volumes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages