wallabag/tests/Wallabag/ApiBundle/Controller
Kevin Decherf 2c290747cb api/entries: add parameter detail to exclude or include content in response
detail=metadata will nullify the content field of entries in order to
make smaller responses.

detail=full keeps the former behavior, it sends the content of entries.
It's the default, for backward compatibility.

Fixes #2817

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-05-18 18:11:08 +02:00
..
DeveloperControllerTest.php Merge remote-tracking branch 'origin/master' into 2.4 2019-01-15 09:41:18 +01:00
EntryRestControllerTest.php api/entries: add parameter detail to exclude or include content in response 2019-05-18 18:11:08 +02:00
SearchRestControllerTest.php Factorize sendResponse between Api controllers 2019-01-22 20:42:25 +01:00
TagRestControllerTest.php TagRestController: fix test for tag without entries 2018-12-30 01:34:49 +01:00
UserRestControllerTest.php Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
WallabagRestControllerTest.php Add a new endpoint to retrieve information from the wallabag instance 2019-01-15 10:17:11 +01:00