(options = {})
| 1201 | } |
| 1202 | |
| 1203 | deteacher (options = {}) { |
| 1204 | options.url = _.result(this, 'url') + '/deteacher' |
| 1205 | options.type = 'POST' |
| 1206 | return this.fetch(options) |
| 1207 | } |
| 1208 | |
| 1209 | checkForNewAchievement (options = {}) { |
| 1210 | options.url = _.result(this, 'url') + '/check-for-new-achievement' |
no test coverage detected