class Srcom::Api::Genres
- Srcom::Api::Genres
- Reference
- Object
Defined in:
srcr/apis/genres.crConstant Summary
-
Log =
Srcom::Log.for("genres")
Class Method Summary
-
.find_by_id(id : String) : Srcom::Genre
Gets a
Genre
by their id. -
.get(sort_direction : String? = nil, page_size : Int32 = 200) : PageIterator(Genre)
Gets all genres.
Class Method Detail
Gets all genres.
Possible values for sort_direction: "desc" or "asc", with "asc" being the default.