Real-life RESTful server example on Flask-RESTplus
Hi, I'd like to know if there is an easy way to modify the patch to mask the response fields by a query parameter (like /api/users?fields=email,name), I've tried the restplus approach with the X-Fields but that no longer works with the patch. I thought the way to go would be to use a schema factory as shown in then marshmallow docs: http://webargs.readthedocs.io/en/latest/advanced.html. But I don't understand the code base enough to intervene.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by DanielCardonaRojas and has received 3 comments.