Config

View as Markdown

Config

Stack configuration for setting stack details.

NameTypeDescription
host NSString

Host name of Contentstack api server.

region ContentstackRegion

You can choose from seven regions namely NA, EU, AU, Azure NA, Azure EU, GCP NA and GCP EU.

version NSString

API version of Contentstack api server.

branch NSString

Branch id for getting content from Stack

setEarlyAccess

With the setEarlyAccess header support, you can access features that are part of the early access program.

Config *config = [[Config alloc] init];
[config setEarlyAccess:@[@"Taxonomy",@"Teams",@"Terms", @"LivePreview"]];