MyShaarli/application/api/exceptions
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
..
ApiAuthorizationException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ApiBadParametersException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ApiException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ApiInternalException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ApiLinkNotFoundException.php REST API: implements getLink by ID service 2017-02-19 16:45:59 +01:00
ApiTagNotFoundException.php Implements Tags endpoints for Shaarli's REST API 2018-06-04 18:51:22 +02:00