Remove warnings about WIP API.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""
|
||||
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
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
"""
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user