spotipy/spotipy
Peter Schorn 07915e21e5
Added MemoryCacheHandler (#670)
* 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.
2021-04-14 16:59:37 +01:00
..
__init__.py Create CacheHandler to abstract caching tokens (#625) 2020-12-21 11:31:21 +01:00
cache_handler.py Added MemoryCacheHandler (#670) 2021-04-14 16:59:37 +01:00
client.py Added new endpoints (#666) 2021-04-10 14:53:03 +01:00
exceptions.py Give a reason for player errors in SpotifyException (#543) 2020-07-23 17:08:47 +01:00
oauth2.py Added cache handler to SpotifyClientCredentials and fixed a bug in refresh tokens methods that raised the wrong exception (#655) 2021-03-13 14:34:52 +01:00
util.py Allow the scope to be either a list or comma separated string (#650) 2021-03-04 18:56:39 +01:00