I have done simple project <https://github.com/kha...
# multiplatform
d
A scan of the repo title and documentation leaves me a little confused - is this library specific to the Payments (as in FinTech) domain? If it solves a common problem at the general repository layer in a particular way, I would suggest being very up-front with a simple worked example in your README.md, to illustrate the value provided (and probably remove references to payments). Apologies I haven't looked into the code; just my 2c on the surface-level!
k
Hi I cant find the question to which I suggested the repo from thread. But I vaguely remember you were asking for something similar to interceptor that we have in Okhttp, and wanting to massage on each request object ? was that it. If so, the in this repo you have a look at AuthClient.kt which is doing exactly that (Adding fetch OAuth and refresh) on each request by PaymentClient.kt. This still Experimental repo to simply check all the NFR's I needed, so I dont plan on adding any feature innit.