(body, options = {})
| 1349 | } |
| 1350 | |
| 1351 | createAndAssociateAccount (body, options = {}) { |
| 1352 | options.url = '/db/user/related-accounts/associate-account' |
| 1353 | options.type = 'PUT' |
| 1354 | if (options.data == null) { options.data = body } |
| 1355 | return this.fetch(options) |
| 1356 | } |
| 1357 | |
| 1358 | lastClassroomItems () { |
| 1359 | // We don't always have a classroom at hand, so whenever we do interact with a classroom, we can temporarily store the classroom items setting |
no test coverage detected