Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REST API: implement getLinks service | ArthurHoaro | 2017-01-15 | 1 | -0/+31 |
| | | | | See http://shaarli.github.io/api-documentation/#links-links-collection-get | ||||
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 1 | -0/+51 |
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. |