class TwentyFiveLivePro::API::Spaces

Defined in:

twenty-five-live-pro/api/spaces.cr
twenty-five-live-pro/models/spaces.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session : Session) #

[View source]

Instance Method Detail

def availability(id : Int32, start_date : String, end_date : String, included_elements : Array(String), expanded_elements : Array(String)) #

[View source]
def availability(id : Int64, start_date : String, end_date : String, included_elements : Array(String), expanded_elements : Array(String)) #

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

[View source]
def get(id : Int64, included_elements : Array(String), expanded_elements : Array(String)) #

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

[View source]
def list(page : Int64 = 1, items_per_page : Int64 = 10, since : String | Nil = nil, paginate : String | Nil = nil) #

[View source]