Changes between Version 2 and Version 3 of api_v1
- Timestamp:
- 2012-05-24T07:11:46Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
api_v1
v2 v3 10 10 === Users === 11 11 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 12 18 === Courses === 19 13 20 ||GET||/v1/courses||get a list of courses for current logged in user|| 14 ||GET||/v1/courses/{id}||get a course swith id||21 ||GET||/v1/courses/{id}||get a course with id|| 15 22 ||POST||/v1/courses||create a course|| 16 23 ||DELETE||/v1/courses/{id}||remove a course with id|| … … 26 33 27 34 === 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