Merge pull request #24114 from edx/aj/MICROBA-281
Added Python API and renamed rest_api folder
Showing
- common/djangoapps/entitlements/api.py 16 additions, 0 deletionscommon/djangoapps/entitlements/api.py
- common/djangoapps/entitlements/rest_api/__init__.py 0 additions, 0 deletionscommon/djangoapps/entitlements/rest_api/__init__.py
- common/djangoapps/entitlements/rest_api/urls.py 10 additions, 0 deletionscommon/djangoapps/entitlements/rest_api/urls.py
- common/djangoapps/entitlements/rest_api/v1/__init__.py 0 additions, 0 deletionscommon/djangoapps/entitlements/rest_api/v1/__init__.py
- common/djangoapps/entitlements/rest_api/v1/filters.py 4 additions, 1 deletioncommon/djangoapps/entitlements/rest_api/v1/filters.py
- common/djangoapps/entitlements/rest_api/v1/permissions.py 0 additions, 0 deletionscommon/djangoapps/entitlements/rest_api/v1/permissions.py
- common/djangoapps/entitlements/rest_api/v1/serializers.py 0 additions, 0 deletionscommon/djangoapps/entitlements/rest_api/v1/serializers.py
- common/djangoapps/entitlements/rest_api/v1/tests/__init__.py 0 additions, 0 deletionscommon/djangoapps/entitlements/rest_api/v1/tests/__init__.py
- common/djangoapps/entitlements/rest_api/v1/tests/test_serializers.py 7 additions, 4 deletions...goapps/entitlements/rest_api/v1/tests/test_serializers.py
- common/djangoapps/entitlements/rest_api/v1/tests/test_views.py 53 additions, 31 deletions...n/djangoapps/entitlements/rest_api/v1/tests/test_views.py
- common/djangoapps/entitlements/rest_api/v1/urls.py 3 additions, 1 deletioncommon/djangoapps/entitlements/rest_api/v1/urls.py
- common/djangoapps/entitlements/rest_api/v1/views.py 10 additions, 5 deletionscommon/djangoapps/entitlements/rest_api/v1/views.py
- common/djangoapps/student/tests/test_views.py 1 addition, 1 deletioncommon/djangoapps/student/tests/test_views.py
- lms/urls.py 1 addition, 1 deletionlms/urls.py
Please register or sign in to comment