Skip to main content

Module api_keys_api

Module api_keys_api 

Source

Structs§

CreateApiKeyParams
struct for passing parameters to the method create_api_key
DeleteApiKeyByIdParams
struct for passing parameters to the method delete_api_key_by_id
GetApiKeyByIdParams
struct for passing parameters to the method get_api_key_by_id
ListApiKeysParams
struct for passing parameters to the method list_api_keys
UpdateApiKeyByIdParams
struct for passing parameters to the method update_api_key_by_id

Enums§

CreateApiKeyError
struct for typed errors of method create_api_key
DeleteApiKeyByIdError
struct for typed errors of method delete_api_key_by_id
GetApiKeyByIdError
struct for typed errors of method get_api_key_by_id
ListApiKeysError
struct for typed errors of method list_api_keys
UpdateApiKeyByIdError
struct for typed errors of method update_api_key_by_id

Functions§

create_api_key
Creates a new API key.
delete_api_key_by_id
Deletes the API key with the specified ID.
get_api_key_by_id
Returns the API key with the specified ID.
list_api_keys
Returns a list of API keys.
update_api_key_by_id
Updates the API key with the specified ID.