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
Hey there,
when using this SDK, I am running into the situation of not being able to customize the OkHttpClient which is used in the several ApiClient-Classes.
I am used to the behavior of the openapi-generator where you can set the HttpClient on API-Level using a simple Setter.
This would allow to customize the HttpClient used in the API.
Can you please add this functionality?