We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found this issue: #714
Following docs there is no OpenApiService::new_with_spec method. Is the example still up to date?
OpenApiService::new_with_spec
I would like to have separate Api's with different middleware's, for example public and auth endpoints but single OpenAPI specifications:
I saw combined-apis example:
let api_service = OpenApiService::new((Api1, Api2, Api3), "Combined APIs", "1.0") .server("http://localhost:3000/api");
But I can't figure-out how to have this and for example Auth middleware for Api1?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found this issue: #714
Following docs there is no
OpenApiService::new_with_spec
method. Is the example still up to date?I would like to have separate Api's with different middleware's, for example public and auth endpoints but single OpenAPI specifications:
I saw combined-apis example:
But I can't figure-out how to have this and for example Auth middleware for Api1?
The text was updated successfully, but these errors were encountered: