(courseInstanceId)
| 100 | }, |
| 101 | |
| 102 | fetchByCourseInstanceId (courseInstanceId) { |
| 103 | return fetchJson(`/db/classroom?courseInstanceId=${courseInstanceId}`, { |
| 104 | method: 'GET' |
| 105 | }) |
| 106 | }, |
| 107 | |
| 108 | // classDetails = { aceConfig: {language: ''}, name: ''} |
| 109 | post (classDetails, options) { |
nothing calls this directly
no outgoing calls
no test coverage detected