Structs§
- Create
ApiKey Params - struct for passing parameters to the method
create_api_key - Delete
ApiKey ById Params - struct for passing parameters to the method
delete_api_key_by_id - GetApi
KeyBy IdParams - struct for passing parameters to the method
get_api_key_by_id - List
ApiKeys Params - struct for passing parameters to the method
list_api_keys - Update
ApiKey ById Params - struct for passing parameters to the method
update_api_key_by_id
Enums§
- Create
ApiKey Error - struct for typed errors of method
create_api_key - Delete
ApiKey ById Error - struct for typed errors of method
delete_api_key_by_id - GetApi
KeyBy IdError - struct for typed errors of method
get_api_key_by_id - List
ApiKeys Error - struct for typed errors of method
list_api_keys - Update
ApiKey ById Error - 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.