You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better docs on codegen options and Better generated READMEs.
Code Gen Options
In the docs there a comment about the full list of configs
Please refer to [OpenApiClientSpec](https://micronaut-projects.github.io/micronaut-gradle-plugin/latest/api/io/micronaut/gradle/openapi/OpenApiClientSpec.html) for the whole list of client configuration options.
This info is not very useful, like if I choose useAuth() what type of auth does it expect, what dependencies am I required to add cc micronaut-projects/micronaut-openapi#1665
In my case the "Api Guides" section leads to a file that does not exist and Auth methods section leads to a file with only 2 headers.
Auth Guide
Is there any documentation on which micronaut.security things are needed? I Don't use oauth2, but it appears i MUST add it implementation(mn.micronaut.security.oauth2) to compile.
implementation(mn.micronaut.security.oauth2)
When I use reactor=false the Auth Filter still uses reactor, so need to have that dependency.
The text was updated successfully, but these errors were encountered:
scprek
changed the title
Document code gen options better like in OpenAPI Generator Docs
Document code gen options better like in OpenAPI Generator Docs and improve READMEs
Jul 31, 2024
scprek
changed the title
Document code gen options better like in OpenAPI Generator Docs and improve READMEs
Document code gen options better like in OpenAPI Generator Docs and Missing Generated READMEs
Jul 31, 2024
@scprek you can fix it yourself. You now have real experience using this generator, and you can describe the documentation more accurately than, for example, I can.
Feature description
Better docs on codegen options and Better generated READMEs.
Code Gen Options
In the docs there a comment about the full list of configs
This info is not very useful, like if I choose
useAuth()
what type of auth does it expect, what dependencies am I required to add cc micronaut-projects/micronaut-openapi#1665Like this outdated? I'm assuming page. Does anyone use the official micronaut client/server gens in OpenAPI tools still?
https://openapi-generator.tech/docs/generators/java-micronaut-client
User Guides
In my case the "Api Guides" section leads to a file that does not exist and Auth methods section leads to a file with only 2 headers.
Auth Guide
reactor=false
the Auth Filter still uses reactor, so need to have that dependency.Resulting AuthorizationFilter Class
The text was updated successfully, but these errors were encountered: