cfha/cloudflare
Kegan Myers 619bb2e023 initial commit 2015-08-21 12:27:26 -05:00
..
LICENSE initial commit 2015-08-21 12:27:26 -05:00
README.md initial commit 2015-08-21 12:27:26 -05:00
api.go initial commit 2015-08-21 12:27:26 -05:00
record.go initial commit 2015-08-21 12:27:26 -05:00

README.md

Note

This is a modification of the original github.com/pearkes/cloudflare package, and has changes that align with the goals of the cfha project. Don't

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