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

Function waitlistSignup

app/core/api/roblox.js:4–9  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

2
3module.exports = {
4 waitlistSignup (options) {
5 return fetchJson('/roblox/waitlist-signup', {
6 method: 'POST',
7 json: options
8 })
9 },
10
11 getConnectionsCount (options) {
12 return fetchJson('/db/oauth2identity/count?filter[provider]=roblox', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected