wallabag/src/Wallabag/ApiBundle
Jeremy Benoist a0e1eafc35
Add some tests
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.
2016-08-23 07:26:58 +02:00
..
Controller Add some tests 2016-08-23 07:26:58 +02:00
DependencyInjection [#1604] First draft to fix SensioLabsInsight report 2016-01-22 21:12:11 +01:00
Entity Fix typos in field name 2016-08-23 07:26:58 +02:00
Resources/config * public registration 2015-10-03 13:30:43 +02:00
WallabagApiBundle.php * public registration 2015-10-03 13:30:43 +02:00