Registry /
cloud / cloudflare-cloudflare-go
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
cloudflare
✓ github.com/cloudflare/cloudflare-go
Create a Cloudflare API client.
package main
import (
"fmt"
"github.com/cloudflare/cloudflare-go"
)
func main() {
api, err := cloudflare.New("api-key", "email@example.com")
if err != nil {
panic(err)
}
fmt.Println(api)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.89.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.