MyShaarli/application/api/exceptions
ArthurHoaro 18e6796726 REST API structure using Slim framework
* REST API routes are handle by Slim.
  * Every API controller go through ApiMiddleware which handles security.
  * First service implemented `/info`, for tests purpose.
2016-12-15 10:36:00 +01:00
..
ApiAuthorizationException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ApiBadParametersException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ApiException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ApiInternalException.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00