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

Function post

app/core/api/o-auth.js:13–19  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

11module.exports = {
12
13 post (options) {
14 if (options == null) { options = {} }
15 return fetchJson('/db/o-auth', _.assign({}, {
16 method: 'POST',
17 json: options
18 }))
19 },
20
21 editProvider (provider, options) {
22 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected