
This is a binary-compatible change that changes the underlying semantics to use a Call.Factory rather than OkHttpClient directly. This allows for a few benefits: - Not tightly coupled to OkHttpClient - Allows for lazy/delegating/deferred initialization - Matches other OkHttpClient-dependent libraries' APIs, namely Retrofit and Apollo GraphQL