-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Milestone
Description
Currently the java client API is purely based on static access and is based on a SingleTon ApiContext
Static functions don't give a lot of flexibility in usage, i would like the ApiClient to with it's own private final context and providing access to the different API's using that context.
Would you guys consider providing a BunqApiClient having methods-per-concept?
for example:
https://github.com/stil4m/mollie-api/blob/master/src/main/java/nl/stil4m/mollie/Client.java
current static API can be retained for backwards compatibility via these concepts
It would enable better integration in inversion-of-control / dependency injection (spring beans..) scenario's
Metadata
Metadata
Assignees
Labels
No labels