pub async fn get_operation(
__arg0: Path<(String, String, String)>,
__arg1: State<AppState>,
) -> Result<Json<ApiResponse<OperationInfo>>, StatusCode>
Expand description
Get specific operation information GET /providers/{provider}/features/{feature}/operations/{operation}