Interface: CallApiOptions
The options for calling an API.
Properties
nativeResponse
• Optional
nativeResponse: boolean
If true, the response will be returned as-is without any processing.
originOverride
• Optional
originOverride: string
An optional string to override the default origin of the API (e.g. https://host:port). Useful for scenarios such as testing, development, or accessing the API from different environments.