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