flask-restx
flask-restx copied to clipboard
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
I have needed the ability to override the Swagger spec to support "consumes" values other than `application/json`. I added this ability and a test to confirm that it works. It...
This is the continuation of #3 rebased on current master.
Correction to swagger file naming in API documentation
Found a [minor typo](https://www.yourdictionary.com/propogate) in the changelog. Ref: #286
Typo in the documentation. Old: "A decorator that apply marshalling to the..." Suggested: "A decorator that applies marshalling to the..."
does the api.errorhandler work? I have tried using it but It doesn't seem to be working
When running the test suite while packaging flask-restx for openSUSE, I’ve got this failed test: ``` [ 24s] =================================== FAILURES =================================== [ 24s] _____________________ LoggingTest.test_override_app_level ______________________ [ 24s] [ 24s]...
Hey, Suppose we have a model that I would like to marshal in GET request, and receive in POST request. There are fields in the POST request that the user...
The marshalled output of a model with wildcard field omits any member of the input dictionary whose value is None or whose key "comes before" a key whose value is...