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

WebArgs integration #170

Open apkrymov opened 4 years ago

apkrymov commented 4 years ago

RESTX + WebArgs I had to switch my project to RESTX + WebArgs environment, as reqparse had been deprecated.

But auto-documentation in Swagger is not available for webargs.flaskparser and doesn't automatically load for request parameters. How can I connect Webargs parser to RESTX correctly?

SlimBeji commented 4 years ago

Up!

Could not find a way to properly use the decorator use_kwargs.

Switching back to reqparse for now

Rohan-cod commented 2 years ago

@apkrymov @SlimBeji, any update on this?