Songs
internal enum Songs
The set of available Songs API endpoints.
-
The endpoint to the index of songs.
Declaration
Swift
case index
-
The endpoint to the details of a song.
Declaration
Swift
case details(_: SongIdentity)
-
The endpoint to the shows of a song.
Declaration
Swift
case shows(_: SongIdentity)
-
The endpoint to the games of a song.
Declaration
Swift
case games(_: SongIdentity)
-
The endpoint to leave a rating on a song.
Declaration
Swift
case rate(_: SongIdentity)
-
The endpoint to the reviews belonging to a song.
Declaration
Swift
case reviews(_: SongIdentity)
-
The endpoint value of the Songs API type.
Declaration
Swift
var endpointValue: String { get }