pub async fn get_api_key(
__arg0: State<UnifiedAppState>,
__arg1: Query<HashMap<String, String>>,
) -> Result<impl IntoResponse, StatusCode>Expand description
GET /api-keys?key_type=<type> — retrieve a single API key (plaintext).
pub async fn get_api_key(
__arg0: State<UnifiedAppState>,
__arg1: Query<HashMap<String, String>>,
) -> Result<impl IntoResponse, StatusCode>GET /api-keys?key_type=<type> — retrieve a single API key (plaintext).