Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.
/ go-auroradns Public archive
forked from edeckers/auroradnsclient

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

License

Notifications You must be signed in to change notification settings

ldez/go-auroradns

 
 

Repository files navigation

Go library for accessing the Aurora DNS API


ARCHIVED: the client migrated to https://github.com/nrdcg/auroradns.

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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 99.3%
  • Makefile 0.7%