terraform/vendor/github.com/pearkes/dnsimple
James Bardin cfa299d2ee Update deps in unknown state and rever nomad
Nomad was manually updated, so revert that to the version in master,
remove it from vendor.json and add it to the ignore list.

Update all packages that were in an unknown state to their latest master
commits.
2017-01-19 20:10:17 -05: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
domain.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
record.go Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00

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