class Srcom::Api::Publishers
- Srcom::Api::Publishers
 - Reference
 - Object
 
Defined in:
srcr/apis/publishers.crConstant Summary
- 
        Log = 
Srcom::Log.for("publishers") 
Class Method Summary
- 
        .find_by_id(id : String) : Srcom::Publisher
        
          
Gets a
Publisherby their id. - 
        .get(sort_direction : String | Nil = nil, page_size : Int32 = 200) : PageIterator(Publisher)
        
          
Gets all publishers.
 
Class Method Detail
        
        def self.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.