flask-restplus-patched icon indicating copy to clipboard operation
flask-restplus-patched copied to clipboard

Extends Flask-RESTplus so it can handle Marshmallow schemas and Webargs arguments.

Results 4 flask-restplus-patched issues
Sort by recently updated
recently updated
newest added

Hi Guys! I'm try following this example [https://github.com/frol/flask-restplus-server-example](url) In that repo, their using `flask-restplus-patched` but i can't find the specific version. I got this error when run : `TypeError: __init__()...

`apispec.ext.marshmallow.swagger` is no longer in apispec. See https://github.com/marshmallow-code/apispec/compare/0.38.0...dev#diff-de0a9b67ffe2874a076b5fdb15bad484R13 and https://github.com/frol/flask-restplus-server-example/commit/a5ec51665b43aabf47985f87daf1f87e170080cc

I am trying to run flask_restplus with Marshmallow and Sqlalchemy. However, I get this error whenever I use the @api.expect decorator. This is the traceback. ``` Traceback (most recent call...