python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Swagger docs and Marshmallow schemes #505

Open plenzjr opened 1 year ago

plenzjr commented 1 year ago

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

peter-doggart commented 1 year ago

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.