mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #81] [MERGED] Add async/await #233
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#233
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/81
Author: @Rigellute
Created: 2/25/2020
Status: ✅ Merged
Merged: 2/25/2020
Merged by: @ramsayleung
Base:
ramsay/support-for-async-await← Head:ramsay-support-for-async-await-5📝 Commits (5)
f4c6e57Add async/awaitedeb934Add DS_Store to gitignore3341e7fRemove src/mod.rsfad9b9cFix test_with_credentials.rs497050bFix doc test📊 Changes
75 files changed (+4508 additions, -1998 deletions)
View changed files
📝
.gitignore(+2 -1)📝
Cargo.toml(+1 -1)📝
examples/album.rs(+5 -4)📝
examples/album_tracks.rs(+5 -4)📝
examples/albums.rs(+5 -4)📝
examples/artist.rs(+15 -25)📝
examples/artist_related_artists.rs(+5 -4)➕
examples/artist_top_tracks.rs(+33 -0)📝
examples/artists.rs(+5 -4)📝
examples/artists_albums.rs(+14 -11)📝
examples/audio_analysis.rs(+5 -4)📝
examples/audio_features.rs(+5 -4)📝
examples/audios_features.rs(+5 -4)➕
examples/categories.rs(+45 -0)➕
examples/current_playback.rs(+42 -0)➕
examples/current_playing.rs(+42 -0)➕
examples/current_user_followed_artists.rs(+40 -0)➕
examples/current_user_playing_track.rs(+42 -0)➕
examples/current_user_playlists.rs(+43 -0)➕
examples/current_user_recently_played.rs(+42 -0)...and 55 more files
📄 Description
Original PR https://github.com/ramsayleung/rspotify/pull/80
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.