Classes
The following classes are available globally.
-
Content type defines the structure or schema of a page or a section of your web or mobile property. Read more about Content Types.
See moreDeclaration
-
This is the result of any request of collection from Contentstack.
See moreDeclaration
Swift
public final class ContentstackResponse<ItemType>: HomogeneousResponse, Decodable where ItemType: EndpointAccessible & Decodable
-
An
See moreEntry
is the actual piece of content created using one of the defined content types.Declaration
-
Information regarding an error received from Contentstack’s API.
See moreDeclaration
Swift
public class APIError : Decodable, Error, CustomDebugStringConvertible
-
The Image Delivery API is used to retrieve, manipulate and/or convert image files of your Contentstack account and deliver it to your web or mobile properties See Image Delivery API
See moreDeclaration
Swift
public class ImageTransform
-
To fetch all or find Entries use
See moreQuery
.Declaration
Swift
public class Query : BaseQuery, EntryQueryable
-
To fetch all or find Entries and Quering for Specific Model use
See moreQueryOn
.Declaration
Swift
public final class QueryOn<EntryType> : Query where EntryType : EntryDecodable
-
To fetch all or find
See moreContentType
useContentTypeQuery
.Declaration
Swift
public final class ContentTypeQuery : BaseQuery
-
Stack is instance for performing Contentstack Delivery API request.
See moreDeclaration
Swift
public class Stack : CachePolicyAccessible
-
A container for the synchronized state of a Stack
See moreDeclaration