drf-yasg
drf-yasg copied to clipboard
Support django-rest-swagger style YAML docstrings
See http://django-rest-swagger.readthedocs.io/en/stable-0.3.x/yaml.html
Sometimes it can be easier to specify overrides in docstrings rather than code - for example, complex Schema
, Parameter
or Response
objects. It could be worth looking into also being able to supply swagger_auto_schema
overrides as YAML in view docstrings.
This would be cool to handle extra headers
parameters type 😃