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

Method linkRelatedAccount

app/models/User.js:1307–1312  ·  view source on GitHub ↗
(body, options = {})

Source from the content-addressed store, hash-verified

1305 }
1306
1307 linkRelatedAccount (body, options = {}) {
1308 options.url = '/db/user/related-accounts'
1309 options.type = 'PUT'
1310 if (options.data == null) { options.data = body }
1311 return this.fetch(options)
1312 }
1313
1314 getRelatedAccounts (body, options = {}) {
1315 options.url = '/db/user/related-accounts/details'

Callers 1

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected