Ability to exclude some structs
ferid-akifzade opened this issue · 1 comments
ferid-akifzade commented
Hello,
I am trying to use apistos and actix-identity at the same time.
When I use
#[api_operation(tag = "another", summary = "Operator index endpoint")]
pub async fn test(user: Identity) -> HttpResponse {
It gives me error.
"no function or associated item named request_body
found for struct actix_identity::Identity
in the current scope".
For successfully compile the code I have to add skip=true. But now my function is not documented at openapi. Please add ability to ignore variable name or structs. Ignoring Identity struct will solve my problem.
rlebran commented
Available with Apistos 0.3.1