Skip to content
Snippets Groups Projects
Commit 80ff25f7 authored by cahrens's avatar cahrens
Browse files

Remove warnings about WIP API.

parent d497e194
No related merge requests found
"""
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment