]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
REST API: implements getLink by ID service 728/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 24 Dec 2016 09:30:21 +0000 (10:30 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 19 Feb 2017 15:45:59 +0000 (16:45 +0100)
commit16e3d006e9e9386001881053f610657525feb188
tree514ddc5f97d12d5d0582f081cbdfc8a318aa9d17
parent65e56cbe49a7eb2a0cb09dda85daab3b921472ee
REST API: implements getLink by ID service

See http://shaarli.github.io/api-documentation/#links-link-get
application/api/controllers/Links.php
application/api/exceptions/ApiLinkNotFoundException.php [new file with mode: 0644]
index.php
tests/api/controllers/GetLinkIdTest.php [new file with mode: 0644]
tests/api/controllers/GetLinksTest.php [moved from tests/api/controllers/LinksTest.php with 98% similarity]