-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement async requests framework (#77)
* implement async sqlite cache backend * implement async responses & session * implement async changes to entire api package * add repository contains and clear test * implement async changes to spotify/remote api items methods * implement log method for RequestHandler and make SpotifyAPI use this * implement async changes to all spotify/remote api methods * implement async changes to all spotify/remote object methods * implement async changes to RemoteItemChecker * implement async changes to all remote processors + slow tests run first * all basic implementation done + tests passing again 🎉 * reduce complexity in extend_items method * update release history + docs * repositories now only create table on await/async with + perpetuate changes to higher order classes * remove PaginatedRequestSettings + RequestSettings now responsible for getting key * add explicit context management tests * update how-to scripts for changes * update release history * update readme how-to
- Loading branch information
1 parent
0456df3
commit 1ea89be
Showing
141 changed files
with
3,775 additions
and
2,857 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.