Added course endpoints for Commerce API
XCOM-314
Showing
- lms/djangoapps/commerce/api/__init__.py 0 additions, 0 deletionslms/djangoapps/commerce/api/__init__.py
- lms/djangoapps/commerce/api/urls.py 7 additions, 0 deletionslms/djangoapps/commerce/api/urls.py
- lms/djangoapps/commerce/api/v1/__init__.py 0 additions, 0 deletionslms/djangoapps/commerce/api/v1/__init__.py
- lms/djangoapps/commerce/api/v1/models.py 82 additions, 0 deletionslms/djangoapps/commerce/api/v1/models.py
- lms/djangoapps/commerce/api/v1/permissions.py 12 additions, 0 deletionslms/djangoapps/commerce/api/v1/permissions.py
- lms/djangoapps/commerce/api/v1/serializers.py 34 additions, 0 deletionslms/djangoapps/commerce/api/v1/serializers.py
- lms/djangoapps/commerce/api/v1/tests/__init__.py 1 addition, 0 deletionslms/djangoapps/commerce/api/v1/tests/__init__.py
- lms/djangoapps/commerce/api/v1/tests/test_views.py 177 additions, 0 deletionslms/djangoapps/commerce/api/v1/tests/test_views.py
- lms/djangoapps/commerce/api/v1/urls.py 17 additions, 0 deletionslms/djangoapps/commerce/api/v1/urls.py
- lms/djangoapps/commerce/api/v1/views.py 43 additions, 0 deletionslms/djangoapps/commerce/api/v1/views.py
- lms/djangoapps/commerce/tests/test_views.py 0 additions, 13 deletionslms/djangoapps/commerce/tests/test_views.py
- lms/djangoapps/commerce/urls.py 2 additions, 3 deletionslms/djangoapps/commerce/urls.py
lms/djangoapps/commerce/api/__init__.py
0 → 100644
lms/djangoapps/commerce/api/urls.py
0 → 100644
lms/djangoapps/commerce/api/v1/__init__.py
0 → 100644
lms/djangoapps/commerce/api/v1/models.py
0 → 100644
lms/djangoapps/commerce/api/v1/urls.py
0 → 100644
lms/djangoapps/commerce/api/v1/views.py
0 → 100644
Please register or sign in to comment