Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 1 | -1/+8 |
| | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 1 | -0/+10 |
| | |||||
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 1 | -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. |