# Functions
CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewConfiguration returns a new Configuration object.
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
# Structs
APIClient manages communication with the CN-WAN Reader API API v1.0.0 beta In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Configuration stores the configuration of the API client.
Errors struct for Errors.
Event struct for Event.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
Metadata The metadata observed.
ResourceResponse Information about the error occurred with the resource.
Response Response returned.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
Service The subject of this event.
# Type aliases
EventsApiService EventsApi service.