diff --git a/assets/js/http/admins_http_client.js b/assets/js/http/admins_http_client.js new file mode 100644 index 00000000..730af35b --- /dev/null +++ b/assets/js/http/admins_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Admins = (function () { + return {}; +})(); diff --git a/assets/js/http/appointments_http_client.js b/assets/js/http/appointments_http_client.js new file mode 100644 index 00000000..0187d4e4 --- /dev/null +++ b/assets/js/http/appointments_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Appointments = (function () { + return {}; +})(); diff --git a/assets/js/http/categories_http_client.js b/assets/js/http/categories_http_client.js new file mode 100644 index 00000000..85f41d03 --- /dev/null +++ b/assets/js/http/categories_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Categories = (function () { + return {}; +})(); diff --git a/assets/js/http/customers_http_client.js b/assets/js/http/customers_http_client.js new file mode 100644 index 00000000..c7e194ca --- /dev/null +++ b/assets/js/http/customers_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Customers = (function () { + return {}; +})(); diff --git a/assets/js/http/providers_http_client.js b/assets/js/http/providers_http_client.js new file mode 100644 index 00000000..a73a0887 --- /dev/null +++ b/assets/js/http/providers_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Providers = (function () { + return {}; +})(); diff --git a/assets/js/http/secretaries_http_client.js b/assets/js/http/secretaries_http_client.js new file mode 100644 index 00000000..4071f4fe --- /dev/null +++ b/assets/js/http/secretaries_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Secretaries = (function () { + return {}; +})(); diff --git a/assets/js/http/services_http_client.js b/assets/js/http/services_http_client.js new file mode 100644 index 00000000..a5d1dca6 --- /dev/null +++ b/assets/js/http/services_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Services = (function () { + return {}; +})(); diff --git a/assets/js/http/settings_http_client.js b/assets/js/http/settings_http_client.js new file mode 100644 index 00000000..09f60604 --- /dev/null +++ b/assets/js/http/settings_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Settings = (function () { + return {}; +})(); diff --git a/assets/js/http/unavailabilities_http_client.js b/assets/js/http/unavailabilities_http_client.js new file mode 100644 index 00000000..657200e2 --- /dev/null +++ b/assets/js/http/unavailabilities_http_client.js @@ -0,0 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) 2013 - 2020, Alex Tselegidis + * @license http://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link http://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + +window.App.Http.Unavailabilities = (function () { + return {}; +})();