aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/PutLinkTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-222/+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/+23
| | | | CHANGED: datetime is now store as an object in history store file
* REST API: implement PUT methodArthurHoaro2017-05-071-0/+199
* Related to #609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put