Categorygithub.com/ldez/go-auroradns

# README

Go library for accessing the Aurora DNS API

GoDoc Build Status Go Report Card

An Aurora DNS API client written in Go.

go-auroradns is a Go client library for accessing the Aurora DNS API.

Available API methods

Zones:

  • create
  • delete
  • list

Records:

  • create
  • delete
  • list

Example

tr, _ := auroradns.NewTokenTransport("userID", "key")
client, _ := auroradns.NewClient(tr.Client())

zones, _, _ := client.GetZones()

fmt.Println(zones)

API Documentation

# Packages

No description provided by the author