forked from mirrors/easyappointments
Created new JS http client files
This commit is contained in:
parent
423edc7340
commit
49ec1d1cae
9 changed files with 126 additions and 0 deletions
14
assets/js/http/admins_http_client.js
Normal file
14
assets/js/http/admins_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/appointments_http_client.js
Normal file
14
assets/js/http/appointments_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/categories_http_client.js
Normal file
14
assets/js/http/categories_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/customers_http_client.js
Normal file
14
assets/js/http/customers_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/providers_http_client.js
Normal file
14
assets/js/http/providers_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/secretaries_http_client.js
Normal file
14
assets/js/http/secretaries_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/services_http_client.js
Normal file
14
assets/js/http/services_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/settings_http_client.js
Normal file
14
assets/js/http/settings_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
14
assets/js/http/unavailabilities_http_client.js
Normal file
14
assets/js/http/unavailabilities_http_client.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
* Easy!Appointments - Open Source Web Scheduler
|
||||
*
|
||||
* @package EasyAppointments
|
||||
* @author A.Tselegidis <alextselegidis@gmail.com>
|
||||
* @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 {};
|
||||
})();
|
Loading…
Reference in a new issue