spotipy/tests/unit
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 Retries For All Endpoints, fixes #347 (#457) 2020-03-29 17:18:23 +01:00
test_oauth.py Added MemoryCacheHandler (#670) 2021-04-14 16:59:37 +01:00