<?php
/**
Copyright 2012-2014 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*/
class WebServices
{
const AllAccessories = 'all_accessories';
const AllAvailability = 'all_availability';
const AllCustomAttributes = 'all_custom_attributes';
const AllGroups = 'all_groups';
const AllResources = 'all_resources';
const AllReservations = 'all_reservations';
const AllSchedules = 'all_schedules';
const AllUsers = 'all_users';
const ApproveReservation = 'approve_reservation';
const CreateReservation = 'create_reservation';
const CreateResource = 'create_resource';
const CreateUser = 'create_user';
const DeleteReservation = 'delete_reservation';
const DeleteResource = 'delete_resource';
const DeleteUser = 'delete_user';
const Login = 'login';
const Logout = 'logout';
const GetAccessory = 'get_accessory';
const GetCustomAttribute = 'get_custom_attribute';
const GetGroup = 'get_group';
const GetReservation = 'get_reservation';
const GetResource = 'get_resource';
const GetResourceAvailability = 'get_resource_availability';
const GetSchedule = 'get_schedule';
const GetUser = 'get_user';
const UpdateReservation = 'update_reservation';
const UpdateResource = 'update_resource';
const UpdateUser = 'update_user';
const GetStatuses = 'get_resource_statuses';
const GetStatusReasons = 'get_resource_status_reasons';
}
All system for education purposes only. For more tools: Telegram @jackleet