Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
80ff25f7
Commit
80ff25f7
authored
8 years ago
by
cahrens
Browse files
Options
Downloads
Patches
Plain Diff
Remove warnings about WIP API.
parent
d497e194
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openedx/core/djangoapps/user_api/accounts/views.py
+3
-2
3 additions, 2 deletions
openedx/core/djangoapps/user_api/accounts/views.py
openedx/core/djangoapps/user_api/preferences/views.py
+2
-3
2 additions, 3 deletions
openedx/core/djangoapps/user_api/preferences/views.py
with
5 additions
and
5 deletions
openedx/core/djangoapps/user_api/accounts/views.py
+
3
−
2
View file @
80ff25f7
"""
NOTE: this API is WIP and has not yet been approved. Do not use this API with
out
talking to Christina or Andy
.
An API for retrieving user acc
ou
n
t
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
...
...
This diff is collapsed.
Click to expand it.
openedx/core/djangoapps/user_api/preferences/views.py
+
2
−
3
View file @
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 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment