Structs
The following structs are available globally.
-
ClientConfiguration parameters for a client instance
See moreDeclaration
Swift
public struct ClientConfiguration
-
A list of resources in Contentful
This is the result type for any request of a collection of resources. See: https://www.contentful.com/developers/docs/references/content-delivery-api/#/introduction/collection-resources-and-pagination
See moreDeclaration
Swift
public struct ArrayResponse<ItemType>: Array, ImmutableMappable where ItemType: Resource -
A list of Contentful entries that have been mapped to types conforming to
See moreEntryModellableDeclaration
Swift
public struct MappedArrayResponse<ItemType>: Array where ItemType: EntryModellable
-
Undocumented
See more
-
The available URL parameter names for queries; used internally by the various
Contentful.Querytypes. Use these static variables to avoid making typos when constructing queries. It is recommended to take advantage ofClientfetch
methods that takeQuerytypes instead of constructing query dictionaries on your own.Declaration
Swift
public struct QueryParameter -
A small structure to create parametes used for ordering the responses when querying and endpoint that returns a colleciton of resources. See:
See moreChainableQuery(orderedUsing orderParameters: OrderParameter...)Declaration
Swift
public struct OrderParameter
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
View on GitHub
Structs Reference