A Go library implementing the Metaname API.
Create a client with NewMetanameClient, passing it your account reference and API key, then use it to call the needed functions.
client := NewMetanameClient(os.Getenv("ACCOUNT_REF"), os.Getenv("API_KEY"))
client.DeleteDnsRecord(ctx, "example.org", "1234")
These functions have been implemented: