# 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 Dinosaur Service Fleet Manager Admin APIs API v0.0.2 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.
Dinosaur struct for Dinosaur.
DinosaurAllOfRoutes struct for DinosaurAllOfRoutes.
DinosaurList struct for DinosaurList.
DinosaurUpdateRequest struct for DinosaurUpdateRequest.
Error struct for Error.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetDinosaursOpts Optional parameters for the method 'GetDinosaurs'.
List struct for List.
ObjectReference struct for ObjectReference.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.

# Type aliases

DefaultApiService DefaultApi service.