class Vecos::API::Sections

Defined in:

vecos/api/sections.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session : Session) #

[View source]

Instance Method Detail

def create(name : String, location_id : String) #

[View source]
def delete(section_id : String) #

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

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

[View source]
def list_allocatable_locker_bank_locker_groups(section_id : String, external_user_id : String, page_number : Int32 = 1, page_size : Int32 = 10) : Models::Responses::LockerBankLockerGroupResponse #

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

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

[View source]