Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 1 | -1/+4 |
| | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+23 |
| | | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete | ||||
* | REST API: implement PUT method | ArthurHoaro | 2017-05-07 | 1 | -0/+42 |
| | | | | | * Related to #609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put | ||||
* | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 1 | -1/+43 |
| | |||||
* | REST API: implements getLink by ID service | ArthurHoaro | 2017-02-19 | 1 | -2/+23 |
| | | | | See http://shaarli.github.io/api-documentation/#links-link-get | ||||
* | REST API - getLinks: support the visibility parameter | ArthurHoaro | 2017-01-17 | 1 | -3/+2 |
| | |||||
* | Update LinkFilter to be able to filter only public links | ArthurHoaro | 2017-01-16 | 1 | -1/+2 |
| | | | | | | No update regarding the UI or the API for now Fixes #758 | ||||
* | REST API: implement getLinks service | ArthurHoaro | 2017-01-15 | 1 | -0/+86 |
See http://shaarli.github.io/api-documentation/#links-links-collection-get |