Skip to content

A couple of useful functions for Cloudflare API which are currently not supported by the official client

License

Notifications You must be signed in to change notification settings

brokeyourbike/cloudflare-api-client-go

Repository files navigation

cloudflare-api-client-go

Go Reference Go Report Card Maintainability Test Coverage

A couple of useful functions for Cloudflare API which are currently not supported by the official client

Installation

go get github.com/brokeyourbike/cloudflare-api-client-go

Usage

client := cloudflare.NewClient("securetoken", "00000000-0000-0000-0000-000000000000")

users, err := client.ListZeroTrustUsers(context.TODO())
require.NoError(t, err)

Authors

License

BSD-3-Clause License

About

A couple of useful functions for Cloudflare API which are currently not supported by the official client

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages