flask-restx icon indicating copy to clipboard operation
flask-restx copied to clipboard

WebArgs integration

Open apkrymov opened this issue 4 years ago • 2 comments

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?

apkrymov avatar Jul 07 '20 15:07 apkrymov

Up!

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

Switching back to reqparse for now

SlimBeji avatar Aug 25 '20 12:08 SlimBeji

@apkrymov @SlimBeji, any update on this?

Rohan-cod avatar Mar 01 '22 15:03 Rohan-cod