]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - application/api/controllers/Links.php
REST API: implement getLinks service 727/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 22 Dec 2016 13:36:45 +0000 (14:36 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 15 Jan 2017 12:55:22 +0000 (13:55 +0100)
commitc3b00963fe22479e87998c82bc83827a54c8d972
tree4c3f47697f8e58e2c60aa94bdcb506c770e4bd5e
parentfc11ab2f290a3712b766d78fdbcd354625a35d0a
REST API: implement getLinks service

See http://shaarli.github.io/api-documentation/#links-links-collection-get
application/api/ApiUtils.php
application/api/controllers/Links.php [new file with mode: 0644]
index.php
tests/api/ApiUtilsTest.php
tests/api/controllers/LinksTest.php [new file with mode: 0644]