Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 387 Bytes

Nager.HetznerDns

Client for the DNS Api of Hetzner https://dns.hetzner.com/api-docs

nuget

The package is available on nuget

PM> install-package Nager.HetznerDns

Examples of use

Get all records of a zone

var client = new HetznerDnsClient("apiKey");
var response = await client.GetRecordsAsync("zoneId");