Skip to content

Extends internal HttpClient of Dwolla client #53

@DanielWilkowski-HammerPay

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 DwollaClient constructor as public
  • Expose interface to customize the internal http client used by dwolla sdk?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions