[PR #81] [MERGED] Add async/await #233

Closed
opened 2026-02-27 20:23:53 +03:00 by kerem · 0 comments
Owner

📋 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-awaitHead: ramsay-support-for-async-await-5


📝 Commits (5)

📊 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

  • Implement async/await on all methods
  • Update examples
  • Update docs
  • Fix tests

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.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/81 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 2/25/2020 **Status:** ✅ Merged **Merged:** 2/25/2020 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `ramsay/support-for-async-await` ← **Head:** `ramsay-support-for-async-await-5` --- ### 📝 Commits (5) - [`f4c6e57`](https://github.com/ramsayleung/rspotify/commit/f4c6e575b8af0307390d8275c8e489c52755b30a) Add async/await - [`edeb934`](https://github.com/ramsayleung/rspotify/commit/edeb934ea1bc54af1b0de3a95c38c2de3a831bea) Add DS_Store to gitignore - [`3341e7f`](https://github.com/ramsayleung/rspotify/commit/3341e7f23867dbb17b9f74d7d92b58bdb89e1017) Remove src/mod.rs - [`fad9b9c`](https://github.com/ramsayleung/rspotify/commit/fad9b9ccc1132c4a4c06873922b3f7d924b526dc) Fix test_with_credentials.rs - [`497050b`](https://github.com/ramsayleung/rspotify/commit/497050baba9099e28879e6294c99ba5a0c3f49b4) Fix doc test ### 📊 Changes **75 files changed** (+4508 additions, -1998 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description - [x] Implement async/await on all methods - [x] Update examples - [x] Update docs - [x] Fix tests Original PR https://github.com/ramsayleung/rspotify/pull/80 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:23:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#233
No description provided.