Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 1 | -218/+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 | ||||
* | Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.x | ArthurHoaro | 2018-02-02 | 1 | -2/+4 |
| | | | | PHPUnit 4.x contains deprecated PHP functions in PHP 7.2. | ||||
* | 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 POST link service | ArthurHoaro | 2017-03-27 | 1 | -0/+193 |