Module api_keys

Source
Expand description

This module defines the HTTP routes for api keys operations. The routes are integrated with the Actix-web framework and interact with the api key controller.

Structs§

create_api_key
Create a new API key
delete_api_key
get_api_key_permissions
list_api_keys
List API keys

Functions§

init
Initializes the routes for api keys.