terraform/vendor/github.com/pearkes/cloudflare
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
LICENSE
README.md
api.go
record.go

README.md

cloudflare

This package provides the cloudflare package which offers an interface to the CloudFlare gAPI.

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 CloudFlare API client.

Documentation

The full documentation is available on Godoc