aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/ApiUtils.php
Commit message (Expand)AuthorAgeFilesLines
* API: POST/PUT Link - properly parse tags stringArthurHoaro2020-12-291-4/+17
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+4
* Add strict types for bookmarks managementArthurHoaro2020-10-131-3/+3
* REST API: allow override of creation and update datesArthurHoaro2020-08-291-1/+10
* Better support for notes permalinkArthurHoaro2020-07-281-1/+1
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-43/+36
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-0/+4
* Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-241-1/+1
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
* namespacing: \Shaarli\Http\Base64UrlVirtualTam2019-01-121-3/+3
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-0/+16
* REST API: implement PUT methodArthurHoaro2017-05-071-0/+26
* REST API: implement POST link serviceArthurHoaro2017-03-271-2/+33
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-151-0/+31
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-151-0/+31
* | API: fix JWT signature verificationVirtualTam2017-01-041-7/+5
|/
* REST API structure using Slim frameworkArthurHoaro2016-12-151-0/+51