# Functions
New creates a new instance of a SessionClient.
# Constants
RedactedFillin used as a replacement string in debug logs for sensitive data.
# Variables
ErrAuthenticationRequired is returned if a request is made before an authentication token has been provided to the client.
# Interfaces
BodyProvider declares an interface that describes an HTTP body, for both request and response.
ResponseConsumer ...
SessionClient provides an interface for a REST API client go:generate counterfeiter -o fakes/client.go --fake-name SessionClient .
# Type aliases
Params ...