Endpoint
public enum Endpoint : String
Endpoints that are available for the Content Delivery and Preview APIs.
-
The spaces endpoint; also the base-path for all other endpoints.
Declaration
Swift
case spaces = ""
-
The content types endpoint.
Declaration
Swift
case contentTypes = "content_types"
-
The entries endpoint.
Declaration
Swift
case entries
-
The assets endpoint.
Declaration
Swift
case assets
-
The locales endpoint.
Declaration
Swift
case locales
-
The synchronization endpoint.
Declaration
Swift
case sync
-
The path component string for the current endpoint.
Declaration
Swift
public var pathComponent: String { get }