You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: