File: README.md

package info (click to toggle)
golang-github-pearkes-dnsimple 0.0~git20161003.0adf7d0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 635 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## dnsimple

[![](https://api.travis-ci.org/pearkes/dnsimple.svg?branch=master)](https://travis-ci.org/pearkes/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](http://godoc.org/github.com/pearkes/dnsimple)