A Go DNSimple library
Switch branches/tags
Nothing to show
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
testutil
.travis.yml
LICENSE
README.md
api.go
api_test.go
domain.go
domain_test.go
record.go
record_test.go

README.md

dnsimple

This package provides the dnsimple package which offers an interface to the DNSimple API.

It's intentionally designed to make heavy use of built-ins and strings in place of custom data structures and proper types. It also only implements specific endpoints, and doesn't have full API coverage.

For those reasons, I recommend looking elsewhere if you just need a standard DNSimple API client.

Documentation

The full documentation is available on Godoc