aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers/Links.php
Commit message (Collapse)AuthorAgeFilesLines
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-4/+4
| | | | | | | | | | | | Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34
* PSR: use elseif instead of else ifArthurHoaro2018-02-281-2/+2
| | | | See https://www.php-fig.org/psr/psr-2/\#51-if-elseif-else
* Add history entries for API endpointArthurHoaro2017-05-071-1/+4
| | | | CHANGED: datetime is now store as an object in history store file
* API: add DELETE endpointArthurHoaro2017-05-071-0/+23
| | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete
* REST API: implement PUT methodArthurHoaro2017-05-071-0/+42
| | | | | * Related to #609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put
* REST API: implement POST link serviceArthurHoaro2017-03-271-1/+43
|
* REST API: implements getLink by ID serviceArthurHoaro2017-02-191-2/+23
| | | | See http://shaarli.github.io/api-documentation/#links-link-get
* REST API - getLinks: support the visibility parameterArthurHoaro2017-01-171-3/+2
|
* Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-161-1/+2
| | | | | | No update regarding the UI or the API for now Fixes #758
* REST API: implement getLinks serviceArthurHoaro2017-01-151-0/+86
See http://shaarli.github.io/api-documentation/#links-links-collection-get