class

Srcom::Api::Publishers

Inherits Reference / Object

Constants

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

Class methods

find_by_id(id : String) : Srcom::Publisher

Gets a Publisher by their id.

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

Gets all publishers.

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

Source