class Vecos::API::Locations
- Vecos::API::Locations
- Reference
- Object
Defined in:
vecos/api/locations.crConstructors
Instance Method Summary
- #create(name : String)
- #delete(location_id : String, name : String)
- #get(location_id : String)
- #list(page_number : Int32 = 1, page_size : Int32 = 10)
- #list_sections(location_id : String, page_number : Int32 = 1, page_size : Int32 = 10)
- #update(location_id : String, name : String)