forked from mirrors/easyappointments
Added engine structure for use in the API.
This commit is contained in:
parent
ad59ffeb35
commit
a624e53e97
2 changed files with 36 additions and 0 deletions
18
src/engine/Api/V1/Authorization.php
Normal file
18
src/engine/Api/V1/Authorization.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @copyright Copyright (c) 2013 - 2016, Alex Tselegidis
|
||||
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
||||
* @link http://easyappointments.org
|
||||
* @since v1.2.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
namespace \EA\Engine\Api\V1;
|
||||
|
||||
class Authorization {
|
||||
|
||||
}
|
18
src/engine/Api/V1/Response.php
Normal file
18
src/engine/Api/V1/Response.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @copyright Copyright (c) 2013 - 2016, Alex Tselegidis
|
||||
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
||||
* @link http://easyappointments.org
|
||||
* @since v1.2.0
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
namespace \EA\Engine\Api\V1;
|
||||
|
||||
class Response {
|
||||
|
||||
}
|
Loading…
Reference in a new issue