]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Implements Tags endpoints for Shaarli's REST API
authorArthurHoaro <arthur@hoa.ro>
Sat, 19 May 2018 13:04:04 +0000 (15:04 +0200)
committerArthurHoaro <arthur@hoa.ro>
Mon, 4 Jun 2018 16:51:22 +0000 (18:51 +0200)
Endpoints:

 * List All Tags [GET]
 * Get a tag [GET]
 * Update a tag [PUT]
 * Delete a tag [DELETE]

Fixes #904
References shaarli/api-documentation#34


No differences found