# Functions
New creates a new session API client.
NewCreateSessionBadRequest creates a CreateSessionBadRequest with default headers values.
NewCreateSessionCreated creates a CreateSessionCreated with default headers values.
NewCreateSessionNotFound creates a CreateSessionNotFound with default headers values.
NewCreateSessionParams creates a new CreateSessionParams object, with the default timeout for this client.
NewCreateSessionParamsWithContext creates a new CreateSessionParams object with the ability to set a context for a request.
NewCreateSessionParamsWithHTTPClient creates a new CreateSessionParams object with the ability to set a custom HTTPClient for a request.
NewCreateSessionParamsWithTimeout creates a new CreateSessionParams object with the ability to set a timeout on a request.
NewCreateSessionTooManyRequests creates a CreateSessionTooManyRequests with default headers values.
NewCreateSessionUnauthorized creates a CreateSessionUnauthorized with default headers values.
NewDeleteSessionBadRequest creates a DeleteSessionBadRequest with default headers values.
NewDeleteSessionConflict creates a DeleteSessionConflict with default headers values.
NewDeleteSessionOK creates a DeleteSessionOK with default headers values.
NewDeleteSessionParams creates a new DeleteSessionParams object, with the default timeout for this client.
NewDeleteSessionParamsWithContext creates a new DeleteSessionParams object with the ability to set a context for a request.
NewDeleteSessionParamsWithHTTPClient creates a new DeleteSessionParams object with the ability to set a custom HTTPClient for a request.
NewDeleteSessionParamsWithTimeout creates a new DeleteSessionParams object with the ability to set a timeout on a request.
NewDeleteSessionTooManyRequests creates a DeleteSessionTooManyRequests with default headers values.
NewDeleteSessionUnauthorized creates a DeleteSessionUnauthorized with default headers values.
NewDetailSessionNotFound creates a DetailSessionNotFound with default headers values.
NewDetailSessionOK creates a DetailSessionOK with default headers values.
NewDetailSessionParams creates a new DetailSessionParams object, with the default timeout for this client.
NewDetailSessionParamsWithContext creates a new DetailSessionParams object with the ability to set a context for a request.
NewDetailSessionParamsWithHTTPClient creates a new DetailSessionParams object with the ability to set a custom HTTPClient for a request.
NewDetailSessionParamsWithTimeout creates a new DetailSessionParams object with the ability to set a timeout on a request.
NewDetailSessionUnauthorized creates a DetailSessionUnauthorized with default headers values.
NewListSessionsBadRequest creates a ListSessionsBadRequest with default headers values.
NewListSessionsOK creates a ListSessionsOK with default headers values.
NewListSessionsParams creates a new ListSessionsParams object, with the default timeout for this client.
NewListSessionsParamsWithContext creates a new ListSessionsParams object with the ability to set a context for a request.
NewListSessionsParamsWithHTTPClient creates a new ListSessionsParams object with the ability to set a custom HTTPClient for a request.
NewListSessionsParamsWithTimeout creates a new ListSessionsParams object with the ability to set a timeout on a request.
NewListSessionsTooManyRequests creates a ListSessionsTooManyRequests with default headers values.
NewListSessionsUnauthorized creates a ListSessionsUnauthorized with default headers values.
# Structs
Client for session API
*/.
CreateSessionBadRequest describes a response with status code 400, with default header values.
CreateSessionCreated describes a response with status code 201, with default header values.
CreateSessionNotFound describes a response with status code 404, with default header values.
CreateSessionParams contains all the parameters to send to the API endpoint
for the create session operation.
CreateSessionReader is a Reader for the CreateSession structure.
CreateSessionTooManyRequests describes a response with status code 429, with default header values.
CreateSessionUnauthorized describes a response with status code 401, with default header values.
DeleteSessionBadRequest describes a response with status code 400, with default header values.
DeleteSessionConflict describes a response with status code 409, with default header values.
DeleteSessionOK describes a response with status code 200, with default header values.
DeleteSessionParams contains all the parameters to send to the API endpoint
for the delete session operation.
DeleteSessionReader is a Reader for the DeleteSession structure.
DeleteSessionTooManyRequests describes a response with status code 429, with default header values.
DeleteSessionUnauthorized describes a response with status code 401, with default header values.
DetailSessionNotFound describes a response with status code 404, with default header values.
DetailSessionOK describes a response with status code 200, with default header values.
DetailSessionParams contains all the parameters to send to the API endpoint
for the detail session operation.
DetailSessionReader is a Reader for the DetailSession structure.
DetailSessionUnauthorized describes a response with status code 401, with default header values.
ListSessionsBadRequest describes a response with status code 400, with default header values.
ListSessionsOK describes a response with status code 200, with default header values.
ListSessionsParams contains all the parameters to send to the API endpoint
for the list sessions operation.
ListSessionsReader is a Reader for the ListSessions structure.
ListSessionsTooManyRequests describes a response with status code 429, with default header values.
ListSessionsUnauthorized describes a response with status code 401, with default header values.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.