README.md raw

Go Metaname

A Go library implementing the Metaname API.

Usage

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")

Implemented functions

These functions have been implemented:

Known issues