added POST/GET for video models
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
Showing
.coveragerc
0 → 100644
.travis.yml
0 → 100644
AUTHORS
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
edxval/tests/test_views.py
0 → 100644
edxval/views.py
0 → 100644
django>=1.4,<1.5 | django>=1.4,<1.5 | ||
djangorestframework==2.3.5 | djangorestframework==2.3.14 | ||
\ No newline at end of file | \ No newline at end of file |
urls.py
0 → 100644
Please
register
or
sign in
to comment