Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 1 | -0/+32 |
| | | | | | | | | | | | | Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34 | ||||
* | REST API: implements getLink by ID service | ArthurHoaro | 2017-02-19 | 1 | -0/+32 |
| | | | | See http://shaarli.github.io/api-documentation/#links-link-get | ||||
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 4 | -0/+149 |
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. |