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
[](https://travis-ci.org/soniah/dnsmadeeasy)
[](http://gocover.io/github.com/soniah/dnsmadeeasy)
[](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.
|