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