(body, options = {})
| 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' |
no test coverage detected