Dave

Results 42 comments of Dave

@lafrech Sounds good. Have a look and let me know. One structural issue to keep in mind if we override/enhance the existing `@response`, is that this feature requires instantiating the...

@lafrech sure thing, here is the code we use: ```py def filtered_response(self, *args, **kwargs): schema_cls_or_instance = args[1] def decorator(func): def wrapper(*args2, **kwargs2): # Define a wrapper that overrides @bp.response and...