]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/ApiBundle/Controller/EntryRestController.php
Added API endpoint to handle a list of URL
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 24 Apr 2017 08:22:57 +0000 (10:22 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 1 May 2017 07:25:34 +0000 (09:25 +0200)
commit1eca7831a69b9470b92dcc72e1ce51b42b291338
treea8627c4bc1457729f92096ab4b36ece95b1a8857
parent3cbb0cc3ef89873a06bda6583747a2660b989fb8
Added API endpoint to handle a list of URL
By passing an array, you can add / delete URL in mass (bulk request)
src/Wallabag/ApiBundle/Controller/EntryRestController.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php