class

Srcom::Api::Engines

Inherits Reference / Object

Constants

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

Class methods

find_by_id(id : String) : Srcom::Engine

Gets an Engine by its ID.

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

Gets all engines.

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

Source