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