diff --git a/src/engine/Api/V1/Authorization.php b/src/engine/Api/V1/Authorization.php new file mode 100644 index 00000000..459ccb2f --- /dev/null +++ b/src/engine/Api/V1/Authorization.php @@ -0,0 +1,18 @@ + + * @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 { + +} diff --git a/src/engine/Api/V1/Response.php b/src/engine/Api/V1/Response.php new file mode 100644 index 00000000..d2611b7d --- /dev/null +++ b/src/engine/Api/V1/Response.php @@ -0,0 +1,18 @@ + + * @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 { + +}