[PR #80] [CLOSED] Implement async/await on all methods #231

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/80
Author: @Rigellute
Created: 2/25/2020
Status: Closed

Base: masterHead: master


📝 Commits (6)

📊 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

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

🔄 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/80 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 2/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`c543a5e`](https://github.com/ramsayleung/rspotify/commit/c543a5eb54aa91b623d4bad1c5709124d5802960) Implement async/await on all methods - [`78c3465`](https://github.com/ramsayleung/rspotify/commit/78c3465a6a545032ee8818909c0c8f8e6501f663) Fix tests - [`69363c5`](https://github.com/ramsayleung/rspotify/commit/69363c58071b5f87f08e841c2d57fa5de9cae406) Make all examples use async/await - [`5902826`](https://github.com/ramsayleung/rspotify/commit/590282646e483116a0d0b8ba7575c0234ca3585e) Fix formatting in test file - [`d78dd5c`](https://github.com/ramsayleung/rspotify/commit/d78dd5c44bed0e6defb36128e3be6df9f1b876ef) Simplify let returns - [`ebd5792`](https://github.com/ramsayleung/rspotify/commit/ebd5792ca1556de55c7863ea1daf2ea146f05483) Fix documentation tests ### 📊 Changes **75 files changed** (+953 additions, -881 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description This is going to be a large pull request (we could merge this into a side branch?). TODO - [x] Implement async/await on all methods - [x] Update examples - [x] Fix tests --- <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#231
No description provided.