mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #80] [CLOSED] Implement async/await on all methods #231
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#231
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?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/80
Author: @Rigellute
Created: 2/25/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
c543a5eImplement async/await on all methods78c3465Fix tests69363c5Make all examples use async/await5902826Fix formatting in test filed78dd5cSimplify let returnsebd5792Fix documentation tests📊 Changes
75 files changed (+953 additions, -881 deletions)
View changed files
📝
Cargo.toml(+2 -1)📝
examples/album.rs(+3 -2)📝
examples/album_tracks.rs(+3 -2)📝
examples/albums.rs(+3 -2)📝
examples/artist.rs(+3 -2)📝
examples/artist_related_artists.rs(+3 -2)📝
examples/artist_top_tracks.rs(+6 -3)📝
examples/artists.rs(+3 -2)📝
examples/artists_albums.rs(+11 -8)📝
examples/audio_analysis.rs(+3 -2)📝
examples/audio_features.rs(+3 -2)📝
examples/audios_features.rs(+3 -2)📝
examples/categories.rs(+6 -3)📝
examples/current_playback.rs(+4 -3)📝
examples/current_playing.rs(+4 -3)📝
examples/current_user_followed_artists.rs(+4 -3)📝
examples/current_user_playing_track.rs(+4 -3)📝
examples/current_user_playlists.rs(+4 -3)📝
examples/current_user_recently_played.rs(+4 -3)📝
examples/current_user_saved_albums.rs(+4 -3)...and 55 more files
📄 Description
This is going to be a large pull request (we could merge this into a side branch?).
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.