wallabag/tests/Wallabag/ApiBundle/Controller
Jeremy Benoist 1594a79fc5
Retrieve tag / tags value from query or request
It allows to request to delete a tag using query string instead of body parameter (which seems to be the standard).
Instead of breaking the previous behavior, I used a generic way to retrieve parameter (which looks into request attributes, query parameters and request parameters)
2017-05-09 23:15:25 +02:00
..
DeveloperControllerTest.php Fixed migration and added tests 2016-10-28 10:55:39 +02:00
EntryRestControllerTest.php Merge remote-tracking branch 'origin/master' into 2.3 2017-05-09 13:55:31 +02:00
TagRestControllerTest.php Retrieve tag / tags value from query or request 2017-05-09 23:15:25 +02:00
WallabagRestControllerTest.php Exploded WallabagRestController into many controllers 2016-10-28 14:46:30 +02:00