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

Function getAIJuniorProject

app/core/api/ai-junior-projects.js:17–17  ·  view source on GitHub ↗
({ projectHandle }, options = {})

Source from the content-addressed store, hash-verified

15export const getAIJuniorProjects = (options = {}) => fetchJson('/db/ai_junior_project', options)
16
17export const getAIJuniorProject = ({ projectHandle }, options = {}) => fetchJson(`/db/ai_junior_project/${projectHandle}`, options)
18
19export const getAIJuniorProjectsForScenarioAndUser = ({ scenarioHandle, userId }, options = {}) => fetchJson(`/db/ai_junior_project?scenarioHandle=${scenarioHandle}&userId=${userId}&sort=-1`, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected