Add an API to interact with users and preferences
The new API uses Django REST Framework. For now, it is designed specifically to support the use cases required by the forum digest notifier (not yet built), with a goal of making it more generally useful over time.
Showing
lms/djangoapps/user_api/__init__.py
0 → 100644
lms/djangoapps/user_api/models.py
0 → 100644
lms/djangoapps/user_api/serializers.py
0 → 100644
lms/djangoapps/user_api/tests/__init__.py
0 → 100644
lms/djangoapps/user_api/tests/factories.py
0 → 100644
lms/djangoapps/user_api/tests/test_models.py
0 → 100644
lms/djangoapps/user_api/tests/test_views.py
0 → 100644
lms/djangoapps/user_api/urls.py
0 → 100644
lms/djangoapps/user_api/views.py
0 → 100644
Please
register
or
sign in
to comment