From: ArthurHoaro Date: Sat, 19 May 2018 13:04:04 +0000 (+0200) Subject: Implements Tags endpoints for Shaarli's REST API X-Git-Tag: v0.10.0~11^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d3f42ca487287447efb81061609644108044a038;hp=d3f42ca487287447efb81061609644108044a038;p=github%2Fshaarli%2FShaarli.git Implements Tags endpoints for Shaarli's REST API Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34 ---