AJ Pryor, Ph.D.
AJ Pryor, Ph.D.
Some context: The existing functionality for code manipulation is directly inspecting and manipulating the string contents of the source code, but this has a number of problems and is very...
You can use the api.header decorator [documented here](https://flask-restplus.readthedocs.io/en/stable/swagger.html#headers)
Not currently, but I will mark this as a feature request as it would be useful.
There is also some semi-relevant discussion in #16
I am completely open to enabling this functionality. It was deprioritized previously due to being an outsized amount of work versus a smallish unlock, but if a increasing number of...
I don't see any way for a workaround without implementing the above mapping. If we mapped the validators in a similar fashion to how the fields are mapped from marshmallow...
I totally agree that `issubclass` would be more suitable and would be more than happy to accept a PR. Just add a test that asserts behavior works as intended if...
Hi! I agree with the premise that we don’t want to break backwards compatibility. Beyond that, a proposal that provides something like a dict mapping of status codes to associated...
Apologies for delays responding here. I would happily review/merge a PR (w/ tests). I unfortunately cannot commit to a reasonable timeframe for addressing this myself due to personal time conflicts.
I personally have been down this path and totally understand what you are after; however, there are some philosophical concerns with wanting to provide a body with a GET request....