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