aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api
Commit message (Expand)AuthorAgeFilesLines
* Optimize and cleanup importsVirtualTam2019-01-137-12/+7
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-122-2/+2
* namespacing: \Shaarli\Http\Base64UrlVirtualTam2019-01-121-3/+3
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-1/+1
* lint: apply phpcbf to application/VirtualTam2018-12-027-12/+12
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-044-4/+213
* PSR: use elseif instead of else ifArthurHoaro2018-02-282-4/+4
* History: fix entries orderArthurHoaro2017-05-071-1/+0
* Add history entries for API endpointArthurHoaro2017-05-074-5/+16
* API: Get History endpointArthurHoaro2017-05-071-0/+71
* API: add DELETE endpointArthurHoaro2017-05-071-0/+23
* REST API: implement PUT methodArthurHoaro2017-05-072-0/+68
* REST API: implement POST link serviceArthurHoaro2017-03-273-3/+86
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-1/+1
* REST API: implements getLink by ID serviceArthurHoaro2017-02-192-2/+55
* 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
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-152-0/+117
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-152-0/+117
* | API: expect JWT in the Authorization headerVirtualTam2017-01-151-3/+8
* | API: fix JWT signature verificationVirtualTam2017-01-041-7/+5
|/
* REST API structure using Slim frameworkArthurHoaro2016-12-158-0/+428