Open
Description
Hi @kean,
In my current project we use your library Get.
As we don't use URLSession directly, we can't use a recommended proxy. A delegate way is a no-go for us as well as in Get async methods of URLSession are used. And it seems not straightforward how to use NetworkLogger directly with Get, because we do not have direct access to data task events.
For now we ended up using not recommended .enableProxy() method.
Can you share your thoughts on the best way to integrate Pulse with Get?
Thanks a ton!