All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-dt.ApiClientFactory.php.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
getServiceConfig($container), $options ?? []));
        return new ApiClient(
            $config->serverUrl,
            $container->get($config->dataTransferServiceName),
            $container->get($config->requestFactoryServiceName),
            $container->get($config->httpClientServiceName),
            $container->get($config->securityProviderFactoryServiceName),
            $container->get($config->bodyCoderFactoryServiceName),
            $container->get($config->bodyCoderFactoryServiceName)
        );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy