Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.11 KB

InternetX JSON API client package for Go

PkgGoDev Codacy Badge codecov test

This repository contains a Go package for accessing the InternetX JSON API.

Installation

Install using go get:

go get go.bnck.me/autodns

Usage

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.