class TwentyFiveLivePro::API

Defined in:

twenty_five_live_pro/api.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def availability(id : Int32, start_date : String, end_date : String, included_elements : Array(String) = [] of String, expanded_elements : Array(String) = [] of String) #

[View source]
def get_event_details(id : Int32, included_elements : Array(String) = [] of String, expanded_elements : Array(String) = [] of String) #

[View source]
def get_organization_details(id : Int32, included_elements : Array(String) = [] of String, expanded_elements : Array(String) = [] of String) #

[View source]
def get_resource_details(id : Int32, included_elements : Array(String) = [] of String, expanded_elements : Array(String) = [] of String) #

[View source]
def get_space_details(id : Int32, included_elements : Array(String) = [] of String, expanded_elements : Array(String) = [] of String) #

[View source]
def list_events(space_id : Int32 = 1, page : Int32 = 1, items_per_page : Int32 = 100, since : String | Nil = nil, paginate : String | Nil = nil) #

[View source]
def list_organizations(page : Int32 = 1, items_per_page : Int32 = 100, paginate : String | Nil = nil) #

[View source]
def list_reservations(space_id : Int32, start_date : String, end_date : String) #

[View source]
def list_resources(page : Int32 = 1, items_per_page : Int32 = 100, paginate : String | Nil = nil) #

[View source]
def list_spaces(page : Int32 = 1, items_per_page : Int32 = 100, paginate : String | Nil = nil) #

[View source]
def on_load #

[View source]
def on_update #

[View source]