This repository contains a Go package for accessing the InternetX JSON API.
Install using go get:
go get go.bnck.me/autodns
Import the lib as usual
import "go.bnck.me/autodns"
Create a new client without options:
autodnsClient, err := autodns.New("username", "password", 1) // change 1 with your context number
The client now offers more specific sub-clients, for example for managing contacts or domains. For more information have a look at the documentation.