aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/tags
Commit message (Collapse)AuthorAgeFilesLines
* GetTagsTest - Update to alpha sort for equal occurencesArthurHoaro2018-07-053-8/+8
|
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-044-0/+711
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34