aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/tags/GetTagsTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-9/+14
| | | | See #1307
* Optimize and cleanup importsVirtualTam2019-01-131-4/+4
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-2/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* GetTagsTest - Update to alpha sort for equal occurencesArthurHoaro2018-07-051-6/+6
|
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-0/+209
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34