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

Function fetchForClassroomMembers

app/core/api/ai_projects.js:4–8  ·  view source on GitHub ↗
(classroomID, options)

Source from the content-addressed store, hash-verified

2
3module.exports = {
4 fetchForClassroomMembers (classroomID, options) {
5 return fetchJson(`/db/classroom/${classroomID}/member-ai-projects`, _.merge({}, options, {
6 method: 'GET'
7 }))
8 },
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected