({ courseInstanceID }, options = {})
| 26 | }, |
| 27 | |
| 28 | getMyCourseInstanceSessions ({ courseInstanceID }, options = {}) { |
| 29 | return fetchJson(`/db/course_instance/${courseInstanceID}/course-level-sessions/${me.id}`, options) |
| 30 | }, |
| 31 | |
| 32 | fetchByOwner (ownerID) { |
| 33 | return fetchJson('/db/course_instance', { |
nothing calls this directly
no outgoing calls
no test coverage detected