Commit c80f700e by Christina Roberts Committed by GitHub

Merge pull request #14335 from edx/christina/remove-names

Remove warnings about WIP API.
parents be28e5c4 80ff25f7
"""
NOTE: this API is WIP and has not yet been approved. Do not use this API without talking to Christina or Andy.
An API for retrieving user account information.
For more information, see:
For additional information and historical context, see:
https://openedx.atlassian.net/wiki/display/TNL/User+API
"""
from django.db import transaction
from edx_rest_framework_extensions.authentication import JwtAuthentication
from rest_framework import permissions
......
"""
NOTE: this API is WIP and has not yet been approved. Do not use this API
without talking to Christina or Andy.
An API for retrieving user preference information.
For more information, see:
For additional information and historical context, see:
https://openedx.atlassian.net/wiki/display/TNL/User+API
"""
from rest_framework.views import APIView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment