mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #79] The workload of adding support for async/await. #23
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ramsayleung on GitHub (Feb 24, 2020).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/79
I have refactored the core code of
Rspotifyto supportasync/await, and refactored the project structure to shorten import path either. Now the foundation is done, it's time to build the roof, and it'll be great if you have time to help me do this:The following endpoint functions need to be
asynced/awaitedbefore Rspotify can take advantage ofasync/await, check this branch: ramsay/support-for-async-await for more details:the following examples need to update to
async/awaitversion, for example:the following example need to move to
blockingdirectory, and explicitly setrequired-feature=["blocking"], for example: