]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Exploded WallabagRestController into many controllers
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 28 Oct 2016 12:46:30 +0000 (14:46 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 28 Oct 2016 12:46:30 +0000 (14:46 +0200)
commit900c844861eac95fc41afbbbc121584b8f9e6c32
treec207074320d3c42d571413e0233320c8da125b50
parenteca4d030bf90cdf6ca0b6a86b18bd8f66a36db08
Exploded WallabagRestController into many controllers
Fix #2503
src/Wallabag/ApiBundle/Controller/EntryRestController.php [new file with mode: 0644]
src/Wallabag/ApiBundle/Controller/TagRestController.php [new file with mode: 0644]
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php [new file with mode: 0644]
tests/Wallabag/ApiBundle/Controller/TagRestControllerTest.php [new file with mode: 0644]
tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php