({ projectHandle, ...opts }, options = {})
| 7 | })) |
| 8 | |
| 9 | export const processAIJuniorProject = ({ projectHandle, ...opts }, options = {}) => |
| 10 | fetchJson(`/db/ai_junior_project/${projectHandle}/process`, _.assign({}, options, { |
| 11 | method: 'POST', |
| 12 | json: { ...opts } |
| 13 | })) |
| 14 | |
| 15 | export const getAIJuniorProjects = (options = {}) => fetchJson('/db/ai_junior_project', options) |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected