dc-delivery-sdk-js
    Preparing search index...

    Interface StagingEnvironmentFactoryConfig

    Configuration settings for StagingEnvironmentFactory. You can optionally override these values with environment specific values.

    interface StagingEnvironmentFactoryConfig {
        adaptor?: AxiosAdapter;
        baseUrl?: string;
    }
    Index

    Properties

    Properties

    adaptor?: AxiosAdapter

    Allows custom handling of requests which makes testing and supporting non-standard environments easier.

    baseUrl?: string

    Override for the virtual staging API base URL. E.g. https://virtual-staging.amplience.net