Skip to content

Commit

Permalink
Merge 89b58d3 into 7828e58
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Nov 11, 2018
2 parents 7828e58 + 89b58d3 commit f301b4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/resource.service.ts
Expand Up @@ -191,6 +191,10 @@ export class ResourceService {
return this.cache.get(path);
}

items(path: string, page = 1): Observable<any> {
return this.cache.get(`${path}/@items?page=${page}`);
}

move(sourcePath: string, targetPath: string) {
const path = targetPath + '/@move';
return this.emittingModified(
Expand Down

0 comments on commit f301b4e

Please sign in to comment.