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

Function getCourseInstances

app/core/api/users.js:98–103  ·  view source on GitHub ↗
({ userID, campaignSlug }, options)

Source from the content-addressed store, hash-verified

96 },
97
98 getCourseInstances ({ userID, campaignSlug }, options) {
99 if (options == null) { options = {} }
100 return fetchJson(this.url(userID, 'course-instances'), _.merge({}, options, {
101 data: { userID, campaignSlug }
102 }))
103 },
104
105 getLevelSessions ({ userID }, options) {
106 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected