Themes
internal enum Themes
The set of available Themes API endpoint types.
-
The endpoint to the index of themes.
Declaration
Swift
case index
-
The endpoint to the details of a theme.
Declaration
Swift
case details(_: ThemeIdentity)
-
The endpoint value of the Themes API type.
Declaration
Swift
var endpointValue: String { get }