Genres
internal enum Genres
The set of available Genres API endpoints types.
-
The endpoint to the index of genres.
Declaration
Swift
case index
-
The endpoint to the details of a genre.
Declaration
Swift
case details(_: GenreIdentity)
-
The endpoint value of the Genres API type.
Declaration
Swift
var endpointValue: String { get }