killbill-client-java icon indicating copy to clipboard operation
killbill-client-java copied to clipboard

Make context path customizable

Open ghost opened this issue 2 years ago • 0 comments

Assume I have changed my context path in my installation from "/1.0/kb/" to "/api/v1/", then i am using Java client to make requests, this end up in 404 or null response from client lib.

Probably we can create a property that picks up the context path from application configuration instead of hardcoding this in client lib to resolve this issue!!

ghost avatar Jun 30 '23 11:06 ghost