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
Would it make sense to have pyramid_openapi3 automatically register routes for all endpoints defined inopenapi.yaml? This could be a default behavior so it's easier to get started with and less configuration is needed for simpler APIs.
The text was updated successfully, but these errors were encountered:
I like the fact that the package isn't opinionated on how you use it. Automatically registered routes would make it opinionated though (IMO). Adding an optional config method like config.pyramid_openapi3_register_routes() might be the way, so the routes are still need to be defined in wsgi factory if it's not called.
Would it make sense to have
pyramid_openapi3
automatically register routes for all endpoints defined inopenapi.yaml
? This could be a default behavior so it's easier to get started with and less configuration is needed for simpler APIs.The text was updated successfully, but these errors were encountered: