(clientID, { skip, limit })
| 92 | }, |
| 93 | |
| 94 | getTeachers (clientID, { skip, limit }) { |
| 95 | return fetchJson(`/db/api-clients/${clientID}/teachers`, { |
| 96 | method: 'GET', |
| 97 | data: { |
| 98 | skip, |
| 99 | limit |
| 100 | } |
| 101 | }) |
| 102 | } |
| 103 | } |
nothing calls this directly
no outgoing calls
no test coverage detected