(classroomID, options)
| 115 | }, |
| 116 | |
| 117 | fetchGameContent (classroomID, options) { |
| 118 | if (options == null) { options = {} } |
| 119 | return fetchJson(`/db/classroom/${classroomID}/game-content`, options) |
| 120 | }, |
| 121 | |
| 122 | inviteMembers ({ classroomID, emails, recaptchaResponseToken }, options) { |
| 123 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected