aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes [wallabag/wallabag#2611] Add a basic Search REST endpointCraig Roberts2019-01-221-0/+5
| | | | | | | - Adds a new `search` key to `src/Wallabag/ApiBundle/Resources/config/routing_rest.yml` - Reuses the `getBuilderForSearchByUser` method from the EntryRepository - Supports, `term`, `page`, and `perPage` query parameters - Some very basic tests
* WIPThomas Citharel2017-05-291-0/+5
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix rest controller mergeJeremy Benoist2016-11-031-0/+5
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-4/+14
|\
| * Removed useless routeNicolas LÅ“uillet2016-10-281-5/+0
| |
| * Exploded WallabagRestController into many controllersNicolas LÅ“uillet2016-10-281-1/+11
| | | | | | | | Fix #2503
* | Add entry export in APIJeremy Benoist2016-10-081-6/+4
| | | | | | | | | | Export isn't available for json & xml because user can use the default entry endpoint instead.
* | Routing: epub format is allowed for APIPascal MARTIN2016-10-081-0/+2
|/
* Move API stuff in ApiBundleJeremy2015-04-011-0/+4