aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/DeleteLinkTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-126/+0
| | | | | | | | | | | | Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34
* Add history entries for API endpointArthurHoaro2017-05-071-0/+22
| | | | CHANGED: datetime is now store as an object in history store file
* API: add DELETE endpointArthurHoaro2017-05-071-0/+104
Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete