Automate Swagger Docs for Flask Modules #939
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Automate Swagger Docs for Flask Modules
Description
Currently, we maintain separate OpenAPI YAML files for each Flask microservice, which require manual updates whenever there are API changes. An example of this can be found here. The goal is to automate this process, similar to how FastAPI handles it, so that Swagger documentation gets updated automatically when the code changes.
Suggested Starting Point
A potential starting point for this automation is the Flask OpenAPI3 library. However, other solutions can be explored as well.
Milestones
Additional Context
The text was updated successfully, but these errors were encountered: