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

Function createNewStandards

app/core/api/standards.js:7–11  ·  view source on GitHub ↗
({ ...opts }, options = {})

Source from the content-addressed store, hash-verified

5 * @async
6 */
7export const createNewStandards = ({ ...opts }, options = {}) =>
8 fetchJson('/db/standards', _.assign({}, options, {
9 method: 'POST',
10 json: { ...opts }
11 }))
12
13export const getStandards = () => fetchJson('/db/standards')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected