(options)
| 28 | } |
| 29 | |
| 30 | fetchMine (options) { |
| 31 | if (options == null) { options = {} } |
| 32 | if (options.data == null) { options.data = {} } |
| 33 | options.data.ownerID = me.id |
| 34 | return this.fetch(options) |
| 35 | } |
| 36 | |
| 37 | fetchByOwner (ownerID, options) { |
| 38 | if (options == null) { options = {} } |
no test coverage detected