Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 1 | -222/+0 |
| | | | | | | | | | | | | Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34 | ||||
* | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+23 |
| | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | REST API: implement PUT method | ArthurHoaro | 2017-05-07 | 1 | -0/+199 |
* Related to #609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put |