aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers/Tags.php
Commit message (Collapse)AuthorAgeFilesLines
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-0/+161
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34