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

Function post

app/core/api/api-clients.js:40–46  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

38 },
39
40 post (options) {
41 if (options == null) { options = {} }
42 return fetchJson('/db/api-clients', _.assign({}, {
43 method: 'POST',
44 json: options
45 }))
46 },
47
48 updateFeature ({ clientID, featureID }, options) {
49 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected