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

Function getEdLinkClassrooms

app/core/api/classrooms.js:169–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 },
168
169 getEdLinkClassrooms () {
170 return fetchJson('/ed-link/classrooms', _.assign({}, {
171 method: 'GET',
172 }))
173 },
174
175 getMembersByClassCode (code) {
176 return fetchJson(`/db/classroom/${code}/members-by-code`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected