mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
* Added `MemoryCacheHandler`, a cache handler that simply stores the token info in memory as an instance attribute of this class. * Fixed a bug in `CacheFileHandler.__init__`: The documentation says that the username will be retrieved from the environment, but it wasn't. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cache_handler.py | ||
| client.py | ||
| exceptions.py | ||
| oauth2.py | ||
| util.py | ||