class Vecos::API::Locations

Defined in:

vecos/api/locations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session : Session) #

[View source]

Instance Method Detail

def create(name : String) #

[View source]
def delete(location_id : String, name : String) #

[View source]
def get(location_id : String) #

[View source]
def list(page_number : Int32 = 1, page_size : Int32 = 10) #

[View source]
def list_sections(location_id : String, page_number : Int32 = 1, page_size : Int32 = 10) #

[View source]
def update(location_id : String, name : String) #

[View source]