Cast
internal enum Cast
The set of available Cast API endpoints.
-
The endpoint to the details of a show cast.
Declaration
Swift
case showCast(_: CastIdentity)
-
The endpoint to the details of a literature cast.
Declaration
Swift
case literatureCast(_: CastIdentity)
-
The endpoint to the details of a game cast.
Declaration
Swift
case gameCast(_: CastIdentity)
-
The endpoint value of the Cast API type.
Declaration
Swift
var endpointValue: String { get }