terraform/vendor/github.com/soniah/dnsmadeeasy
Edward Muller 9f376e13ef Fix up deps
Done with:

```console
$ godep restore -v
$ rm -rf Godep vendor/
$ godep save ./...
```

Spot checked, but things look legit. I don't (yet) know how to build
terraform though.
2016-02-22 10:21:33 -08:00
..
.gitignore Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
.travis.yml Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
AUTHORS.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
README.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
api.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
record.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00

README.md

dnsmadeeasy

BuildStatus Coverage GoDoc https://github.com/soniah/dnsmadeeasy v1.1

This package provides the dnsmadeeasy package which offers an interface to the DNSMadeEasy API.

It doesn't have full API coverage, and only implements specific endpoints, as it is designed for use with 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

License

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