CyberSource / cybersource-rest-client-dotnetstandard

.NET Standard client library for the CyberSource REST API
7 stars 20 forks source link

Extract the ApiClient interface and make a default overridable implementation #59

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi,

In our project, we want to modify ApiClient behaviors, and concretely extract the authentication responsibility. However, ApiClient is a closed class. Even though in Configuration we can assign an instance of it, since it is not based on the interface it is pretty useless.

Thanks!