Here you can find a .NET library for the Hetzner Cloud API, with which all functions of the endpoints can be used.
The current version is provided as .NET Standard 2.0, currently I am working on a new version for .NET 6 (with features like dependency injection, etc.)
The library can be used in all .NET project types:
- Universal Windows Platform (UWP) (minimum target version is the fall creators update - https://blogs.msdn.microsoft.com/dotnet/2017/10/10/announcing-uwp-support-for-net-standard-2-0/)
- Xamarin and Xamarin.Forms (only .NET Standard)
- Windows Presentation Foundation (WPF)
- Console Application
- ASP.NET
download the repository and open the visual studio project solution.
NOTE: Currently I am working on a Blazor project that uses the new version of the library.