MyShaarli/application/config
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
..
ConfigIO.php Adds ConfigJson which handle the configuration in JSON format. 2016-06-11 09:30:56 +02:00
ConfigJson.php Minor code cleanup: PHPDoc, spelling, unused variables, etc. 2016-10-20 11:36:11 +02:00
ConfigManager.php REST API structure using Slim framework 2016-12-15 10:36:00 +01:00
ConfigPhp.php Rename configuration key for better sections 2016-06-11 09:30:56 +02:00
ConfigPlugin.php Parse plugin parameters description with the PluginManager 2016-08-02 11:12:01 +02:00