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.14k stars 333 forks source link

Flask-restx with Marshmallow schemas #571

Open DeepakView opened 11 months ago

DeepakView commented 11 months ago

Ask a question have marshmallow schema I want to use in Flask-restx with automated parameters which I have already defined in marshamallow schemas i want to reuse it without doing again with @api,expect()tion A clear and concise question

Additional context Add any other context or screenshots about the feature request here.

peter-doggart commented 11 months ago

See https://github.com/python-restx/flask-restx/issues/505

Unfortunately, marshmallow is not directly supported and is unlikely to be in the short term.

Ryu-CZ commented 11 months ago

I would personally consider usage and support of pydantic instead of marshmallow to make smoother transition to fastapi for user if asyncio framework is required.