Srcom::Api::Developers
Inherits Reference / Object
Constants
Log = Srcom::Log.for("developers")
Class methods
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.