Episodes
internal enum Episodes
The set of available Episodes API endpoints.
-
The enpoint to the details of an episode.
Declaration
Swift
case details(_: EpisodeIdentity)
-
The endpoint to update the watch status of an episode.
Declaration
Swift
case watched(_: EpisodeIdentity)
-
The endpoint to leave a rating on an episode.
Declaration
Swift
case rate(_: EpisodeIdentity)
-
The endpoint to the reviews belonging to an episode.
Declaration
Swift
case reviews(_: EpisodeIdentity)
-
The endpoint value of the Episodes API type.
Declaration
Swift
var endpointValue: String { get }