MyShaarli/tests/api
ArthurHoaro d3f42ca487 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
2018-06-04 18:51:22 +02:00
..
controllers Implements Tags endpoints for Shaarli's REST API 2018-06-04 18:51:22 +02:00
ApiMiddlewareTest.php application: introduce the Shaarli\Config namespace 2017-03-04 17:07:52 +01:00
ApiUtilsTest.php REST API: implement PUT method 2017-05-07 15:49:16 +02:00