]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add entry export in API 2372/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 8 Oct 2016 10:59:17 +0000 (12:59 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 8 Oct 2016 10:59:19 +0000 (12:59 +0200)
commit3f3a60879e168f4a8040c441e295fa63e024961d
treea4b51dabab6bdaa6f7e7679b8bc424b2324b78dc
parent24de86653440de3f84d585f089caab3734dcb573
Add entry export in API

Export isn't available for json & xml because user can use the default
entry endpoint instead.
app/config/config.yml
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php