Srcom::Api::Platforms
Inherits Reference / Object
Constants
Log = Srcom::Log.for("platforms")
Class methods
get(order_by : String | Nil = nil, sort_direction : String | Nil = nil, page_size : Int32 = 200) : PageIterator(Platform)
Gets all platforms.
Possible values for order_by: "released" or "name", with the default being "name".
Possible values for sort_direction: "desc" or "asc", with "asc" being the default.