class

Srcom::Api::Developers

Inherits Reference / Object

Constants

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

Class methods

find_by_id(id : String) : Srcom::Developer

Gets a Developer by their id.

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

Gets all developers.

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

Source