class

Srcom::Api::Platforms

Inherits Reference / Object

Constants

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

Class methods

find_by_id(id : String) : Srcom::Platform

Gets a Platform by its id.

Source
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.

Source