Characters
internal enum Characters
The set of available Charactes API endpoints.
-
The endpoint to the index of characters.
Declaration
Swift
case index
-
The endpoint to the details of a character.
Declaration
Swift
case details(_: CharacterIdentity)
-
The endpoint to the people belonging to a character.
Declaration
Swift
case people(_: CharacterIdentity)
-
The endpoint to the games belonging to a character.
Declaration
Swift
case games(_: CharacterIdentity)
-
The endpoint to the literatures belonging to a character.
Declaration
Swift
case literatures(_: CharacterIdentity)
-
The endpoint to the shows belonging to a character.
Declaration
Swift
case shows(_: CharacterIdentity)
-
The endpoint value of the Charactes API type.
Declaration
Swift
var endpointValue: String { get }