Commit 80ff25f7 by cahrens

Remove warnings about WIP API.

parent d497e194
""" """
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 https://openedx.atlassian.net/wiki/display/TNL/User+API
""" """
from django.db import transaction from django.db import transaction
from edx_rest_framework_extensions.authentication import JwtAuthentication from edx_rest_framework_extensions.authentication import JwtAuthentication
from rest_framework import permissions from rest_framework import permissions
......
""" """
NOTE: this API is WIP and has not yet been approved. Do not use this API An API for retrieving user preference information.
without talking to Christina or Andy.
For more information, see: For additional information and historical context, see:
https://openedx.atlassian.net/wiki/display/TNL/User+API https://openedx.atlassian.net/wiki/display/TNL/User+API
""" """
from rest_framework.views import APIView 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