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

Function editProvider

app/core/api/o-auth.js:21–27  ·  view source on GitHub ↗
(provider, options)

Source from the content-addressed store, hash-verified

19 },
20
21 editProvider (provider, options) {
22 if (options == null) { options = {} }
23 return fetchJson('/db/o-auth', _.assign({}, options, {
24 method: 'PUT',
25 json: provider
26 }))
27 },
28
29 getByName (providerName, options) {
30 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected