JesseDeLoore
Results
2
issues of
JesseDeLoore
If you add a resource to your API with the decorator your actual functions get wrapped in the `output` function. before being added as an url_rule. (right about here: https://github.com/python-restx/flask-restx/blob/master/flask_restx/api.py#L359)...
enhancement
If you have a lot of warnings in your test suite, because you use, for example, some legacy function of your framework and the deprecation warning is printed (multiple times)...