Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c80f700e
Commit
c80f700e
authored
Jan 17, 2017
by
Christina Roberts
Committed by
GitHub
Jan 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14335 from edx/christina/remove-names
Remove warnings about WIP API.
parents
be28e5c4
80ff25f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
openedx/core/djangoapps/user_api/accounts/views.py
+3
-2
openedx/core/djangoapps/user_api/preferences/views.py
+2
-3
No files found.
openedx/core/djangoapps/user_api/accounts/views.py
View file @
c80f700e
"""
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
...
...
openedx/core/djangoapps/user_api/preferences/views.py
View file @
c80f700e
"""
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment