]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
REST API: implement POST link service 742/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 5 Jan 2017 14:58:24 +0000 (15:58 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 27 Mar 2017 16:44:50 +0000 (18:44 +0200)
commit68016e37983b882c51c6ac92da6f6cc1250676e5
tree9f4f2cef8c8908f2f551f0678e4b6686de6dd5cc
parentb320c860f5c794c57c08ee2a65c9b73768aac23c
REST API: implement POST link service
application/api/ApiUtils.php
application/api/controllers/ApiController.php
application/api/controllers/Links.php
index.php
tests/api/controllers/PostLinkTest.php [new file with mode: 0644]
tests/utils/ReferenceLinkDB.php