]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add a new endpoint to retrieve information from the wallabag instance 3845/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 15 Jan 2019 09:17:11 +0000 (10:17 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 15 Jan 2019 09:17:11 +0000 (10:17 +0100)
commit3bd65991adc253715c6b74ab0ee19ff2cf3e6c69
treefaf1b79e727db5a8fe1b092c75e0d8f2e67e3408
parent3afc87426dade0eaeccf69d144a119c6f0c4534f
Add a new endpoint to retrieve information from the wallabag instance

Useful for api client which required some information.
We might add more inside them in the future.

The endpoint /api/version should be avoided now as it contains not so much information rather the version.
app/config/security.yml
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php