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
I was just looking at the constructor of MandrillApi class and saw that there is no overload available which accepts an instance of the HttpClient. Although the SetHttpClient kinda does the same thing, don't you think an overload could result in a more cleaner coding style used by the consumers of this class?
This question arises because we use a shared httpclient across our api.
Kind regards
Jochem
The text was updated successfully, but these errors were encountered:
Hey
I was just looking at the constructor of MandrillApi class and saw that there is no overload available which accepts an instance of the HttpClient. Although the SetHttpClient kinda does the same thing, don't you think an overload could result in a more cleaner coding style used by the consumers of this class?
This question arises because we use a shared httpclient across our api.
Kind regards
Jochem
The text was updated successfully, but these errors were encountered: