This a .NET library made for .NET frameworks 5.0 to 10.0, which gives you the ability to use the Hetzner Cloud API easily.
I am currently working on including more quality of life improvements, as the library only really supplies general communication between API and the user at the moment.
If you have any problems or suggestions, feel free to open an issue :)
using HCloudAPI;
using HCloudAPI.Model;
namespace YourProject
{
public class Program
{
public static async Task Main(string[] args)
{
Client client = new HCloudAPI.Client(/* Your Hetzner Cloud API Token Here */);
/*
Your Program Logic
*/
}
}
}- Name: Hetzner Cloud API
- Version: 1.0.0
- Full documentation for the entire Hetzner Cloud API can be found HERE
This library was created with the help of the OpenAPI Generator project.