aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle
Commit message (Collapse)AuthorAgeFilesLines
* Fix parameters in API _linksJeremy Benoist2016-10-021-1/+99
| | | | We forgot to pass them to the factory
* Add test when url doesn’t existJeremy Benoist2016-10-011-0/+11
|
* Add an exists endpoint in APIJeremy Benoist2016-10-011-0/+11
| | | | It should allow third party to check if an url was already saved by a user
* Fix bad parameter for testsJeremy Benoist2016-09-251-1/+1
|
* Add some testsJeremy Benoist2016-08-231-3/+110
| | | | | | | | | | | Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test). Moved down `deleteTagAction` because it conflicted with the new action: api_delete_tag => /api/tags/{tag}.{_format} api_delete_tags_label => /api/tags/label.{_format} And finally, throw exception when a tag is not found before removing it.
* Add filter for tags on APIThomas Citharel2016-06-291-0/+22
|
* Add since parameterThomas Citharel2016-06-251-0/+45
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-222-0/+564