# README
cloudflare-api-client-go
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
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk
License
# Functions
No description provided by the author
WithBaseURL sets the base URL for the Cloudflare API client.
WithHTTPClient sets the HTTP client for the Cloudflare API client.
# Structs
No description provided by the author
No description provided by the author
# Type aliases
ClientOption is a function that configures a Client.