(options)
| 2 | |
| 3 | module.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', { |
nothing calls this directly
no outgoing calls
no test coverage detected