Changes between Version 2 and Version 3 of api_v1


Ignore:
Timestamp:
2012-05-24T07:11:46Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • api_v1

    v2 v3  
    1010=== Users ===
    1111
     12||GET||/v1/users||get a list of users||
     13||GET||/v1/users/{id}||get a user with id||
     14||POST||/v1/users||create a user/users||
     15||DELETE||/v1/users/{id}||remove a user with id||
     16||PUT||/v1/users/{id}||update a user with id||
     17
    1218=== Courses ===
     19
    1320||GET||/v1/courses||get a list of courses for current logged in user||
    14 ||GET||/v1/courses/{id}||get a courses with id||
     21||GET||/v1/courses/{id}||get a course with id||
    1522||POST||/v1/courses||create a course||
    1623||DELETE||/v1/courses/{id}||remove a course with id||
     
    2633
    2734=== Grades ===
     35
     36||GET||/v1/courses/{course_id}/grades||get a list of grades in course {course_id}||
     37||GET||/v1/courses/{course_id}/grades/id||get a grades in course {course_id}||
     38
     39* Grades are read-only