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
59 has been open for a long time, probably best to bump the conversation over there. flask-restx is only minimally maintained, so unfortunately I think any big changes such as model redesign are unlikely in the short term.
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