MCPcopy Create free account
hub / github.com/codecombat/codecombat / getTeachers

Function getTeachers

app/core/api/api-clients.js:94–102  ·  view source on GitHub ↗
(clientID, { skip, limit })

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected