flask-restx
flask-restx copied to clipboard
WebArgs integration
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?
Up!
Could not find a way to properly use the decorator use_kwargs.
Switching back to reqparse for now
@apkrymov @SlimBeji, any update on this?