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
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
The text was updated successfully, but these errors were encountered:
#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
The text was updated successfully, but these errors were encountered: