interface ConfigurationFactory {
    createConfiguration(): SportradarNbaApi.Configuration | Promise<SportradarNbaApi.Configuration>;
}

Methods