BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Investigate out of the box logging functionality #147

Open wmcginty opened 2 years ago

wmcginty commented 2 years ago

Logging - being able to view all of the network requests via on-device debug menu is nice. There’s Wormholy that can help, but that only shows you the raw request/response details and not necessarily the details behind parsing, caching, etc.