aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers/ApiController.php
Commit message (Collapse)AuthorAgeFilesLines
* Add history entries for API endpointArthurHoaro2017-05-071-1/+8
| | | | CHANGED: datetime is now store as an object in history store file
* REST API: implement POST link serviceArthurHoaro2017-03-271-0/+10
|
* REST API structure using Slim frameworkArthurHoaro2016-12-151-0/+54
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose.