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

Function signupFromGoogleClassroom

app/core/api/users.js:58–64  ·  view source on GitHub ↗
(attrs, options)

Source from the content-addressed store, hash-verified

56 },
57
58 signupFromGoogleClassroom (attrs, options) {
59 if (options == null) { options = {} }
60 return fetchJson('/db/user/signup-from-google-classroom', _.assign({}, options, {
61 method: 'POST',
62 json: attrs
63 }))
64 },
65
66 put (user, options) {
67 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected