Files
edx-platform/openedx/core
Régis Behmo dac393e9e7 Auto-document API endpoints using view function docstring
The `swagger_auto_schema` view function decorator allows us to
auto-document API endpoints. All swagger arguments are passed as kwargs
to the decorator, but this feels a bit unnatural: we would like to use
the function documentation as the endpoint summary and description. We
introduce this feature here by reading the `__doc_`_attribute of the
view function.
2019-10-14 08:14:08 +02:00
..
2019-10-09 09:30:52 -04:00
2019-10-11 20:12:34 +05:00
2019-07-10 15:16:58 +05:00
2019-07-10 15:16:58 +05:00