Implement profile API
TNL-1491 See the API design here: https://openedx.atlassian.net/wiki/display/TNL/User+API
Showing
- cms/urls.py 7 additions, 4 deletionscms/urls.py
- common/djangoapps/student/views.py 11 additions, 3 deletionscommon/djangoapps/student/views.py
- common/djangoapps/third_party_auth/pipeline.py 2 additions, 2 deletionscommon/djangoapps/third_party_auth/pipeline.py
- lms/djangoapps/verify_student/tests/test_views.py 8 additions, 9 deletionslms/djangoapps/verify_student/tests/test_views.py
- lms/djangoapps/verify_student/views.py 12 additions, 13 deletionslms/djangoapps/verify_student/views.py
- lms/envs/common.py 23 additions, 0 deletionslms/envs/common.py
- lms/urls.py 4 additions, 2 deletionslms/urls.py
- openedx/core/djangoapps/user_api/accounts/tests/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/user_api/accounts/tests/__init__.py
- openedx/core/djangoapps/user_api/accounts/tests/test_views.py 59 additions, 42 deletions...edx/core/djangoapps/user_api/accounts/tests/test_views.py
- openedx/core/djangoapps/user_api/accounts/urls.py 0 additions, 14 deletionsopenedx/core/djangoapps/user_api/accounts/urls.py
- openedx/core/djangoapps/user_api/accounts/views.py 26 additions, 8 deletionsopenedx/core/djangoapps/user_api/accounts/views.py
- openedx/core/djangoapps/user_api/api/profile.py 8 additions, 61 deletionsopenedx/core/djangoapps/user_api/api/profile.py
- openedx/core/djangoapps/user_api/legacy_urls.py 43 additions, 0 deletionsopenedx/core/djangoapps/user_api/legacy_urls.py
- openedx/core/djangoapps/user_api/profiles/__init__.py 11 additions, 0 deletionsopenedx/core/djangoapps/user_api/profiles/__init__.py
- openedx/core/djangoapps/user_api/profiles/tests/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/user_api/profiles/tests/__init__.py
- openedx/core/djangoapps/user_api/profiles/tests/test_views.py 112 additions, 0 deletions...edx/core/djangoapps/user_api/profiles/tests/test_views.py
- openedx/core/djangoapps/user_api/profiles/views.py 123 additions, 0 deletionsopenedx/core/djangoapps/user_api/profiles/views.py
- openedx/core/djangoapps/user_api/tests/test_profile_api.py 14 additions, 10 deletionsopenedx/core/djangoapps/user_api/tests/test_profile_api.py
- openedx/core/djangoapps/user_api/tests/test_views.py 11 additions, 13 deletionsopenedx/core/djangoapps/user_api/tests/test_views.py
- openedx/core/djangoapps/user_api/urls.py 10 additions, 27 deletionsopenedx/core/djangoapps/user_api/urls.py
Loading
Please register or sign in to comment