(clientID, options)
| 87 | }, |
| 88 | |
| 89 | getTeacherCount (clientID, options) { |
| 90 | if (options == null) { options = {} } |
| 91 | return fetchJson(`/db/api-clients/${clientID}/teacher-count`) |
| 92 | }, |
| 93 | |
| 94 | getTeachers (clientID, { skip, limit }) { |
| 95 | return fetchJson(`/db/api-clients/${clientID}/teachers`, { |
nothing calls this directly
no outgoing calls
no test coverage detected