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
Currently I did not see an obvious way to extend @App.view
This would be useful for developing plugins that deal with querying available views such as:
CORS configuration per view
Swagger / OpenAPI JSON generator
overriding App.view with a classmethod might be one route a person can take to preprocess kwargs before view registration, but i think it wont work in the case of multiple plugins want to use @App.view kwargs ..
Currently I did not see an obvious way to extend @App.view
This would be useful for developing plugins that deal with querying available views such as:
overriding App.view with a classmethod might be one route a person can take to preprocess kwargs before view registration, but i think it wont work in the case of multiple plugins want to use @App.view kwargs ..