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
I really like how express-openapi allows you to put your data structure definitions and security definitions in one place, and then place the swagger specification for the routes themselves together with the route implementation. It would be nice to do something similar with this (instead of having one massive Swagger file).
Items to do:
Can this be done nicely with what's already here, without major modifications?
Can this be done in a relatively Pythonic way?
Proof of Concept
The text was updated successfully, but these errors were encountered:
I really like how express-openapi allows you to put your data structure definitions and security definitions in one place, and then place the swagger specification for the routes themselves together with the route implementation. It would be nice to do something similar with this (instead of having one massive Swagger file).
Items to do:
The text was updated successfully, but these errors were encountered: