aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/PostLinkTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-218/+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
* Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.xArthurHoaro2018-02-021-2/+4
| | | | PHPUnit 4.x contains deprecated PHP functions in PHP 7.2.
* 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 POST link serviceArthurHoaro2017-03-271-0/+193