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
Is your feature request related to a problem? Please describe.
Related to problems like #311 which can happen when the iTunes Search API returns unexpected JSON.
Describe the solution you'd like
I'd like a way to be able to print/dump the response JSON (and maybe HTTP headers) so that the data can be reviewed when errors occur.
Describe alternatives you've considered
Currently, the only way to view the JSON is to debug the project in Xcode or use a REST client with a problem search. Some of these issues are transient so this feature would allow mas users to easily collect this data for bug reports.