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

Function fetchByCourseInstanceId

app/core/api/classrooms.js:102–106  ·  view source on GitHub ↗
(courseInstanceId)

Source from the content-addressed store, hash-verified

100 },
101
102 fetchByCourseInstanceId (courseInstanceId) {
103 return fetchJson(`/db/classroom?courseInstanceId=${courseInstanceId}`, {
104 method: 'GET'
105 })
106 },
107
108 // classDetails = { aceConfig: {language: ''}, name: ''}
109 post (classDetails, options) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected