/*
* Utilities for calling the API
*/
export function get_rest_url(resource) {
return ReservairServiceAPI.restUrl + '/' + resource;
}