Skip to content

This C# / .NET Core SDK simplifies interaction with the powerful Hetzner Cloud API, enabling efficient management of resources such as servers, firewalls, networks, SSH keys, and volumes. Optimized for web developers and .NET applications, it streamlines cloud operations, providing the necessary control over your resources in Hetzner Cloud.

License

ljchuello/HetznerCloud.API

Repository files navigation

🌐 Hetzner Cloud API

Hetzner

This project is your complete guide to exploring and utilizing the Hetzner Cloud API. Here, you'll find everything you need to integrate your projects with one of the most powerful and efficient cloud platforms.

Key Features:

  • Quick Start: Begin with simple examples to connect and use the API. 🖥️
  • Detailed API Reference: Each endpoint is explained with code examples, making it easy even for beginners. 📚
  • Use Cases: Discover how other developers are leveraging the API in real-world scenarios. 💡
  • Security and Best Practices: Learn to use the API securely and efficiently. 🔐
  • Support and Community: Join our community and get help when you need it. 👥

Who is This GitBook For?

  • System and Web Developers: If you program in C#, Angular, or any other language, you'll find useful resources here.
  • IT and Network Professionals: Tips for securing and optimizing your cloud projects.

Start Now! Navigate the chapters, dive into the example codes, and take your cloud projects to the next level. We're here to help you every step of the way! 🌟


📖 The Wiki

To see all the features and functionality, visit the Wiki


🔗 Compatibility

This library is developed in .NET Standard 2.0 and is compatible with all .NET, .NET Core and .NET Framework, it can also be used in Console projects, Web API, Class Library and even with Blazor WASM .

.NET implementation Version support
.NET and .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0
.NET Framework 4.6.1 2, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

🔧 Installation

To install you must go to Nuget package manager and search for HetznerCloud.API and then install.

NuGet Package

PM> dotnet add package HetznerCloud.API

✔️ Implemented functionality

✔️ - Available on API, implemented
❌ - Available on API, not implemented
➖ - Not available on API

Get all Get one Create Update Delete Actions
Actions ✔️ ✔️
Datacenters ✔️ ✔️
Firewalls ✔️ ✔️ ✔️ ✔️ ✔️
Firewalls Actions ✔️
Images ✔️ ✔️
Locations ✔️ ✔️
Networks ✔️ ✔️ ✔️ ✔️ ✔️
Networks Actions ✔️
Servers ✔️ ✔️ ✔️ ✔️ ✔️
Server Types ✔️ ✔️
SSH Keys ✔️ ✔️ ✔️ ✔️ ✔️
Volumes ✔️ ✔️ ✔️ ✔️ ✔️
Volumes Actions ✔️

About

This C# / .NET Core SDK simplifies interaction with the powerful Hetzner Cloud API, enabling efficient management of resources such as servers, firewalls, networks, SSH keys, and volumes. Optimized for web developers and .NET applications, it streamlines cloud operations, providing the necessary control over your resources in Hetzner Cloud.

Topics

Resources

License

Stars

Watchers

Forks

Languages