package
0.0.1
Repository: https://github.com/latitudesh/cli.git
Documentation: pkg.go.dev

# Functions

New creates a new api keys API client.
NewDeleteAPIKeyNotFound creates a DeleteAPIKeyNotFound with default headers values.
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.
NewPostAPIKeyBadRequest creates a PostAPIKeyBadRequest with default headers values.
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.
NewPostAPIKeyUnprocessableEntity creates a PostAPIKeyUnprocessableEntity with default headers values.
NewUpdateAPIKeyBadRequest creates a UpdateAPIKeyBadRequest with default headers values.
NewUpdateAPIKeyNotFound creates a UpdateAPIKeyNotFound with default headers values.
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 */.
DeleteAPIKeyNotFound describes a response with status code 404, with default header values.
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.
PostAPIKeyBadRequest describes a response with status code 400, with default header values.
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.
PostAPIKeyUnprocessableEntity describes a response with status code 422, with default header values.
UpdateAPIKeyBadRequest describes a response with status code 400, with default header values.
UpdateAPIKeyNotFound describes a response with status code 404, with default header values.
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.