class

Srcom::Api::Regions

Inherits Reference / Object

Constants

Log = Srcom::Log.for("regions")

Class methods

find_by_id(id : String) : Srcom::Region

Gets a Region by their id.

Source
get(sort_direction : String | Nil = nil, page_size : Int32 = 200) : PageIterator(Region)

Gets all regions.

Possible values for sort_direction: "desc" or "asc", with "asc" being the default.

Source