Games
internal enum Games
The set of available Games API endpoints types.
-
The endpoint to the index of games.
Declaration
Swift
case index
-
The endpoint to the details of a game.
Declaration
Swift
case details(_: GameIdentity)
-
The endpoint to the cast belonging to a game.
Declaration
Swift
case cast(_: GameIdentity)
-
The endpoint to the characters belonging to a game.
Declaration
Swift
case characters(_: GameIdentity)
-
The endpoint to the people belonging to a game.
Declaration
Swift
case people(_: GameIdentity)
-
The endpoint to leave a rating on a literature.
Declaration
Swift
case rate(_: GameIdentity)
-
The endpoint to the related shows belonging to a game.
Declaration
Swift
case relatedShows(_: GameIdentity)
-
The endpoint to the related literature belonging to a game.
Declaration
Swift
case relatedLiteratures(_: GameIdentity)
-
The endpoint to the related games belonging to a game.
Declaration
Swift
case relatedGames(_: GameIdentity)
-
The endpoint to the reviews belonging to a game.
Declaration
Swift
case reviews(_: GameIdentity)
-
The endpoint to the studios belonging to a game.
Declaration
Swift
case studios(_: GameIdentity)
-
The endpoint to the studio shows related to a game.
Declaration
Swift
case moreByStudio(_: GameIdentity)
-
The endpoint to upcoming games.
Declaration
Swift
case upcoming
-
The endpoint value of the Games API type.
Declaration
Swift
var endpointValue: String { get }