Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | ||
constants.py | ||
test_api.py | ||
test_models.py | ||
test_serializers.py | ||
test_views.py |
Initial part of the upload portion of the API. Video Models can be uploaded via POST as a list of dictionaries. Matching entries will be updated and new entries will be created. Errors are returned in a list of tuples with the message and input. Single entries can be returned by edx_video_id via GET. Other notes: -Django Rest Framework upgraded for APIView 2.3.5->2.3.14 -Field "client_title" -> "client_video_id" in the Video Model
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
constants.py | Loading commit data... | |
test_api.py | Loading commit data... | |
test_models.py | Loading commit data... | |
test_serializers.py | Loading commit data... | |
test_views.py | Loading commit data... |