interface RNApiConfig {
    apiKey: string;
    contentLanguageCode?: string;
    environment: RNEnvironment;
    realm: string;
}

Properties

apiKey: string

Vesper API key

contentLanguageCode?: string

Language code for the content (ISO 639-1 or ISO 639-2).

environment: RNEnvironment

Vesper API enviroment

realm: string

Vesper realm

Example

"dce.realm"