Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace flask restful with flask marshmallow #935

Open
lenglund opened this issue Dec 2, 2019 · 0 comments
Open

Replace flask restful with flask marshmallow #935

lenglund opened this issue Dec 2, 2019 · 0 comments

Comments

@lenglund
Copy link
Contributor

lenglund commented Dec 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant