You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the ApiClient has another constructor: apiClient(OkHttpClient).
It's useful to allowing user customize the argument.
OkHttp also recommend user to reuse the client instance(to sharing the
internal dispatchers and connection pool).
Signed-off-by: iseki <[email protected]>
0 commit comments