Open
Description
Hi,
I'm using a set with Flask, SQLAlchemy and Marshmallow in my API.
I would like to use marshmallow schema to parse and also if possible create swagger docs.
Even the docs suggest it's better integration suite for this kind of stuff than reqparse
Is there any news or examples for this integration?
thank you all