Categorygithub.com/brokeyourbike/cloudflare-api-client-go
repositorypackage
0.6.1
Repository: https://github.com/brokeyourbike/cloudflare-api-client-go.git
Documentation: pkg.go.dev

# README

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