BrandU

Results 1 comments of BrandU

Hey David, Found a way how to configure the PathStyle. ``` HttpService httpService = new ApacheHttpClientHttpService(new Path(ugkkAPIUrl, PathStyle.IDENTIFIERS_IN_ROUND_BRACKETS), this::createClient, (url, m) -> m); ``` B.