]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add an exists endpoint in API
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 15:15:28 +0000 (17:15 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 15:15:28 +0000 (17:15 +0200)
commit6273fefd5d945de1d871815a652f5a716e12e820
treed8dbe70b412ce1a8f0515f6623e9e27e3190741b
parentc4bf7af96f52aaafd13049e74f27b368eec79bf8
Add an exists endpoint in API

It should allow third party to check if an url was already saved by a user
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php