(userID, options)
| 19 | } |
| 20 | |
| 21 | fetchByUserID (userID, options) { |
| 22 | if (options == null) { options = {} } |
| 23 | options.url = '/db/codelogs?filter[userID]="' + userID + '"' |
| 24 | return this.fetch(options) |
| 25 | } |
| 26 | |
| 27 | fetchBySlug (slug, options) { |
| 28 | if (options == null) { options = {} } |