algoliasearch-client-scala
algoliasearch-client-scala copied to clipboard
Allow AlgoliaHttpClient injection in AlgoliaClient and DnsNameResolver injection in AlgoliaHttpClient.
trafficstars
I'd like to set the parameters of DnsNameResolver myself. Right now there's no way to do that.
If you can move AlgoliaHttpClient to be a parameter of AlgoliaClient's constructor and move DnsNameResolver to be a parameter of AlgoliaHttpClient's constructor, that would be great.
Thank you!