Files
edx-platform/lms
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-11 12:44:54 +05:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.