# Functions
CreateClientGetter returns a HTTPClientGetter implementation based on the values certain properties inside the given env configuration.
Initialize takes care of creating the API clients and initializing the cp-connector library based on environment variables.
New Creates a new instance of a SimpleClientGetter.
NewOauthClientGetter creates a new instance of a OAuthClientGetter.
# Structs
No description provided by the author
OAuthClientGetter creates an HTTP client configured for use with SSO/Oauth.
SimpleClientGetter creates a basic HTTP client.
# Interfaces
HTTPClientGetter is responsible for creating an HTTP client.