({ courseInstanceID }, options)
| 15 | }, |
| 16 | |
| 17 | getProjectGallery ({ courseInstanceID }, options) { |
| 18 | if (options == null) { options = {} } |
| 19 | return fetchJson(`/db/course_instance/${courseInstanceID}/peer-projects`, options) |
| 20 | }, |
| 21 | |
| 22 | getSessions ({ courseInstanceID }, options) { |
| 23 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected