# Functions

NewClient returns an http client for Data Plane API.
WithLogger sets the logger for the client.

# Variables

ErrDataPlaneConfigInvalid is returned when the config is invalid.
ErrDataPlaneHTTPError is returned when the http response is an error.
ErrDataPlaneHTTPUnauthorized is returned when the request is not authorized.
ErrDataPlaneNotReady is returned dataplaneapi fails to return a 200.

# Structs

Client is the http client for Data Plane API.

# Type aliases

Option configures a connection option.