# Functions
NewClient - creates a new HTTP client.
NewClientWithTimeout - creates a new HTTP client, with a timeout.
NewSingleEntryClient - creates a new HTTP client for single entry point with a timeout.
SetConfigAgent -.
No description provided by the author
No description provided by the author
# Structs
MockHTTPClient - use for mocking the HTTP client.
MockResponse - use for mocking the MockHTTPClient responses.
Request - the request object used when communicating to an API.
Response - the response object given back when communicating to an API.
# Interfaces
Client -.
# Type aliases
No description provided by the author