File: README.md

package info (click to toggle)
golang-github-soniah-dnsmadeeasy 1.1%2Bgit20150117.5578a8c-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# dnsmadeeasy

[![Build
Status](https://travis-ci.org/soniah/dnsmadeeasy.svg?branch=master)](https://travis-ci.org/soniah/dnsmadeeasy)
[![Coverage](http://gocover.io/_badge/github.com/soniah/dnsmadeeasy)](http://gocover.io/github.com/soniah/dnsmadeeasy)
[![GoDoc](https://godoc.org/github.com/soniah/dnsmadeeasy?status.png)](http://godoc.org/github.com/soniah/dnsmadeeasy)
https://github.com/soniah/dnsmadeeasy v1.1

This package provides the `dnsmadeeasy` package which offers an
interface to the [DNSMadeEasy](http://www.dnsmadeeasy.com/) API.

It doesn't have full API coverage, and only implements specific
endpoints, as it is designed for use with
[Terraform](https://github.com/hashicorp/terraform).

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

Sonia Hamilton, sonia@snowfrog.net, http://blog.snowfrog.net.

## Documentation

The full documentation is available on [Godoc](http://godoc.org/github.com/soniah/dnsmadeeasy)

## Related Projects

* https://github.com/soniah/terraform-provider-dme
* https://github.com/hashicorp/terraform
* https://github.com/pearkes/dnsimple

## License

See LICENSE. Copyright the DNSMadeEasy authors, see AUTHORS.md.