wallabag/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
Jeremy Benoist 34be2d5de4
Add ability to import/export tagging rules
- Add missing translations
- Add some tests
- Add `/api/taggingrule/export` API endpoint
- Add baggy theme
- Add error message when importing tagging rules failed
- Also fix all translations (I think we are good now)
2019-07-08 09:38:32 +02:00

35 lines
608 B
YAML

entry:
type: rest
resource: "WallabagApiBundle:EntryRest"
name_prefix: api_
search:
type: rest
resource: "WallabagApiBundle:SearchRest"
name_prefix: api_
tag:
type: rest
resource: "WallabagApiBundle:TagRest"
name_prefix: api_
tagging_rule:
type: rest
resource: "WallabagApiBundle:TaggingRuleRest"
name_prefix: api_
annotation:
type: rest
resource: "WallabagApiBundle:AnnotationRest"
name_prefix: api_
misc:
type: rest
resource: "WallabagApiBundle:WallabagRest"
name_prefix: api_
user:
type: rest
resource: "WallabagApiBundle:UserRest"
name_prefix: api_