aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/exceptions
Commit message (Collapse)AuthorAgeFilesLines
* REST API: implements getLink by ID serviceArthurHoaro2017-02-191-0/+32
| | | | See http://shaarli.github.io/api-documentation/#links-link-get
* REST API structure using Slim frameworkArthurHoaro2016-12-154-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.