hetzner-cloud-api-net
hetzner-cloud-api-net copied to clipboard
the project is a .NET library to access the Hetzner Cloud
added ServerActionsService and Fluent Extension Methods for Server
a Hetzner Cloud Token is only for one group, so you need to set multiple and switch on the fly Ability to specify multiple API tokens (appsettings): ``` { "HetznerCloud":...
implement https://docs.hetzner.cloud/#servers-create-a-server
implement https://docs.hetzner.cloud/#servers-delete-a-server
implement logic for https://docs.hetzner.cloud/#servers-update-a-server
implement logic for https://docs.hetzner.cloud/#servers-get-metrics-for-a-server
We couldn't get the server details from hetzners cloud server using hetzner cloud-api-net. We are trying to get the servers since last week. But couldn't do it. Here I had...