# Functions
New creates a new api keys API client.
NewDeleteAPIKeyOK creates a DeleteAPIKeyOK with default headers values.
NewDeleteAPIKeyParams creates a new DeleteAPIKeyParams object, with the default timeout for this client.
NewDeleteAPIKeyParamsWithContext creates a new DeleteAPIKeyParams object with the ability to set a context for a request.
NewDeleteAPIKeyParamsWithHTTPClient creates a new DeleteAPIKeyParams object with the ability to set a custom HTTPClient for a request.
NewDeleteAPIKeyParamsWithTimeout creates a new DeleteAPIKeyParams object with the ability to set a timeout on a request.
NewGetAPIKeysOK creates a GetAPIKeysOK with default headers values.
NewGetAPIKeysParams creates a new GetAPIKeysParams object, with the default timeout for this client.
NewGetAPIKeysParamsWithContext creates a new GetAPIKeysParams object with the ability to set a context for a request.
NewGetAPIKeysParamsWithHTTPClient creates a new GetAPIKeysParams object with the ability to set a custom HTTPClient for a request.
NewGetAPIKeysParamsWithTimeout creates a new GetAPIKeysParams object with the ability to set a timeout on a request.
NewPostAPIKeyCreated creates a PostAPIKeyCreated with default headers values.
NewPostAPIKeyParams creates a new PostAPIKeyParams object, with the default timeout for this client.
NewPostAPIKeyParamsWithContext creates a new PostAPIKeyParams object with the ability to set a context for a request.
NewPostAPIKeyParamsWithHTTPClient creates a new PostAPIKeyParams object with the ability to set a custom HTTPClient for a request.
NewPostAPIKeyParamsWithTimeout creates a new PostAPIKeyParams object with the ability to set a timeout on a request.
NewUpdateAPIKeyOK creates a UpdateAPIKeyOK with default headers values.
NewUpdateAPIKeyParams creates a new UpdateAPIKeyParams object, with the default timeout for this client.
NewUpdateAPIKeyParamsWithContext creates a new UpdateAPIKeyParams object with the ability to set a context for a request.
NewUpdateAPIKeyParamsWithHTTPClient creates a new UpdateAPIKeyParams object with the ability to set a custom HTTPClient for a request.
NewUpdateAPIKeyParamsWithTimeout creates a new UpdateAPIKeyParams object with the ability to set a timeout on a request.
# Structs
Client for api keys API
*/.
DeleteAPIKeyOK describes a response with status code 200, with default header values.
DeleteAPIKeyParams contains all the parameters to send to the API endpoint
for the delete api key operation.
DeleteAPIKeyReader is a Reader for the DeleteAPIKey structure.
GetAPIKeysOK describes a response with status code 200, with default header values.
GetAPIKeysParams contains all the parameters to send to the API endpoint
for the get api keys operation.
GetAPIKeysReader is a Reader for the GetAPIKeys structure.
PostAPIKeyCreated describes a response with status code 201, with default header values.
PostAPIKeyCreatedBody post API key created body
swagger:model PostAPIKeyCreatedBody
*/.
PostAPIKeyParams contains all the parameters to send to the API endpoint
for the post api key operation.
PostAPIKeyReader is a Reader for the PostAPIKey structure.
UpdateAPIKeyOK describes a response with status code 200, with default header values.
UpdateAPIKeyOKBody update API key o k body
swagger:model UpdateAPIKeyOKBody
*/.
UpdateAPIKeyParams contains all the parameters to send to the API endpoint
for the update api key operation.
UpdateAPIKeyReader is a Reader for the UpdateAPIKey structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.