Categorygithub.com/brokeyourbike/cloudflare-api-client-go

# 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

# 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

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

ClientOption is a function that configures a Client.