Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 3 | -0/+503 |
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. |