# 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