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

Function createAutoClanOwner

app/core/api/api-clients.js:20–26  ·  view source on GitHub ↗
({ clientID }, options)

Source from the content-addressed store, hash-verified

18 },
19
20 createAutoClanOwner ({ clientID }, options) {
21 if (options == null) { options = {} }
22 return fetchJson(`/db/api-clients/${clientID}/create-auto-clan-owner`, _.assign({}, {
23 method: 'POST',
24 json: options
25 }))
26 },
27
28 getByName (clientName, options) {
29 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected