Skip to content

edeckers/auroradnsclient

Repository files navigation

Aurora DNS API client

Build Status License

An wrapper library for the Aurora DNS API, written in Go.

Features

  • List zones and records
  • Add and remove records

Requirements

  • Go >= 1.6

Build

make deps
make build

Test

make test

Basic usage

client, _ := NewAuroraDNSClient(fakeAuroraEndpoint, fakeAuroraDNSUserId, fakeAuroraDNSKey)

zones, err := client.GetZones()

License

auroradnsclient is licensed under MPL-2.0 - see the LICENSE file for details