Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hetzner Cloud API .NET Library

.NET Version License Build NuGet Downloads NuGet

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 the library in your project

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
            */
        }
    }
}

API Information

  • Name: Hetzner Cloud API
  • Version: 1.0.0
  • Full documentation for the entire Hetzner Cloud API can be found HERE

Credit

This library was created with the help of the OpenAPI Generator project.

About

A simple to use C# .NET library for the Hetzner Cloud API, usable in many .NET SDK versions.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages