(slug, options)
| 25 | } |
| 26 | |
| 27 | fetchBySlug (slug, options) { |
| 28 | if (options == null) { options = {} } |
| 29 | options.url = '/db/codelogs?filter[levelSlug]="' + slug + '"' |
| 30 | return this.fetch(options) |
| 31 | } |
| 32 | |
| 33 | fetchLatest (options) { |
| 34 | if (options == null) { options = {} } |