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
Flask restful doesn't provide options for hiding certain fields based on lambda conditions for specific records in a list (e.g., emails from #618). Instead we can refactor our api serialization to use flask marshmallow which has similar features, usage, and extra features that can simplify our current serialization methods.
The text was updated successfully, but these errors were encountered:
Flask restful doesn't provide options for hiding certain fields based on lambda conditions for specific records in a list (e.g., emails from #618). Instead we can refactor our api serialization to use flask marshmallow which has similar features, usage, and extra features that can simplify our current serialization methods.
The text was updated successfully, but these errors were encountered: