killbill-client-java
killbill-client-java copied to clipboard
Issue with Get Queue entries
The Get Queue Entries endpoint returns a streamed response I believe (See this line). However, the Java client does not support this and only returns the status code See this line. This needs to be investigated further and fixed if required.