rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
206 stars 92 forks source link

Add debug tools #186

Open hayribakici opened 10 months ago

hayribakici commented 10 months ago

As asked in #185 for debug tools for this library, a library user should enable or disable debug tools with levels of detail such as

hayribakici commented 7 months ago

One idea to implement this, could be with the help of the http_interceptor library.