MHNetwork icon indicating copy to clipboard operation
MHNetwork copied to clipboard

Feature request - add log

Open gerchicov-bp opened this issue 5 years ago • 0 comments

Currently I try to connect to API with GET requests. The problem is when I get an error I don't see the final request URL - it is hidden somewhere inside this library. What about to add some log (at least for visible url part)?

I could inherit from NetworkDispatcher but: Cannot inherit from non-open class 'NetworkDispatcher' outside of its defining module

gerchicov-bp avatar Nov 25 '19 13:11 gerchicov-bp