-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Currently, the http client of Dwolla client is hermetic, and there is no way to access and/or extend it from the perspective of the users.
However we, for the purpose of development, would like to supply our custom http client implementation for the usage in dwolla sdk, for example to debug, log and intercept requests.
Currently, that's not possible because the interface of dwolla api is DwollaClient.create(isSandbox: true) and the constructor of DwollaClient is internal.
Do you think it would be possible to:
- Either mark
DwollaClientconstructor aspublic - Expose interface to customize the internal http client used by dwolla sdk?
Metadata
Metadata
Assignees
Labels
No labels