Endpoint
public enum Endpoint : String
Endpoints that are available for the Content Delivery
-
The stack endpoint.
Declaration
Swift
case stack
-
The content type endpoint.
Declaration
Swift
case contenttype = "content_types"
-
The entry endpoint.
Declaration
Swift
case entries
-
The asset endpoint.
Declaration
Swift
case assets
-
The synchronization endpoint.
Declaration
Swift
case sync = "stacks/sync"
-
The path component string for the current endpoint.
Declaration
Swift
public var pathComponent: String { get }