# Functions
Closed will close an io.Closer object silently useful for deferred closing.
DecodeJsonInto is a helper to decode JSON body into a target type.
ErrorFromErrorResponse decodes the body of type ErrorResponse and returns an error.
No description provided by the author
No description provided by the author
StringVal returns the value of a string pointer or empty string if pointer is nil.
Uint64Val returns the value of a uint64 pointer or empty uint64 if pointer is nil.
# Structs
ErrorResponse represents generic error responses from ccx api.
No description provided by the author
LoggingRoundTripper is a custom RoundTripper that logs request and response details.