aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers/Info.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+2
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-2/+3
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* lint: apply phpcbf to application/VirtualTam2018-12-021-2/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* REST API structure using Slim frameworkArthurHoaro2016-12-151-0/+42
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose.