Added API endpoints for CreditCourse
Endpoints support create, read, and list operations. NOTE: This commit also includes a retrofitted SimpleRouter that supports overriding the lookup regex. This retrofit is simpler to implement than updating edx-ora2 which is pinned to DRF 2.3.x. XCOM-524
Showing
- lms/envs/test.py 2 additions, 0 deletionslms/envs/test.py
- openedx/core/djangoapps/credit/routers.py 32 additions, 0 deletionsopenedx/core/djangoapps/credit/routers.py
- openedx/core/djangoapps/credit/serializers.py 13 additions, 0 deletionsopenedx/core/djangoapps/credit/serializers.py
- openedx/core/djangoapps/credit/tests/test_views.py 137 additions, 13 deletionsopenedx/core/djangoapps/credit/tests/test_views.py
- openedx/core/djangoapps/credit/urls.py 28 additions, 19 deletionsopenedx/core/djangoapps/credit/urls.py
- openedx/core/djangoapps/credit/views.py 29 additions, 8 deletionsopenedx/core/djangoapps/credit/views.py
openedx/core/djangoapps/credit/routers.py
0 → 100644
Please register or sign in to comment