]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
c0283e71f159603317b1179bbf194c21514c12fa
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Resources / config / routing_rest.yml
1 entry:
2 type: rest
3 resource: "WallabagApiBundle:EntryRest"
4 name_prefix: api_
5
6 tag:
7 type: rest
8 resource: "WallabagApiBundle:TagRest"
9 name_prefix: api_
10
11 annotation:
12 type: rest
13 resource: "WallabagApiBundle:AnnotationRest"
14 name_prefix: api_
15
16 misc:
17 type: rest
18 resource: "WallabagApiBundle:WallabagRest"
19 name_prefix: api_
20
21 user:
22 type: rest
23 resource: "WallabagApiBundle:UserRest"
24 name_prefix: api_