Skip to content

meinside/cloudflare-go

Repository files navigation

cloudflare-go

A golang library for interacting with Cloudflare API.

Usage

import cfgo

const (
    email = "my-cloudflare-account@email.com"
    zoneID = "my-cloudflare-zone-id"
    apiKey = "my-cloudflare-api-key"
)

func main() {
    client := cfgo.NewCloudflareClient(email, apiKey)

    // do something with `client`
}

See more usages here.

Implementations

  • List/create/update/delete DNS records
  • Other things that I need
  • All others

About

A golang library for interacting with Cloudflare API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages