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

Function getByHandle

app/core/api/api-clients.js:56–59  ·  view source on GitHub ↗
(clientID, options)

Source from the content-addressed store, hash-verified

54 },
55
56 getByHandle (clientID, options) {
57 if (options == null) { options = {} }
58 return fetchJson(`/db/api-clients/${clientID}`, options)
59 },
60
61 editClient (client, options) {
62 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected