[PR #66] [MERGED] Add support for checking that current user saved/followed given a… #221

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/66
Author: @ghost
Created: 12/1/2019
Status: Merged
Merged: 12/3/2019
Merged by: @ramsayleung

Base: masterHead: check-album-artist-contain


📝 Commits (2)

  • b20c0d8 Add support for check current user saved given albums and artists
  • 589d1d5 Add examples

📊 Changes

3 files changed (+119 additions, -0 deletions)

View changed files

examples/current_user_saved_albums_contains.rs (+47 -0)
examples/user_artist_check_follow.rs (+45 -0)
📝 src/spotify/client.rs (+27 -0)

📄 Description

Checking saved/followed tracks and playlists have been implemented, however, it is not implemented for albums and artists. I added these features in this PR.


🔄 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/66 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/1/2019 **Status:** ✅ Merged **Merged:** 12/3/2019 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `check-album-artist-contain` --- ### 📝 Commits (2) - [`b20c0d8`](https://github.com/ramsayleung/rspotify/commit/b20c0d80ecec64324774cec5fef8db27816706a8) Add support for check current user saved given albums and artists - [`589d1d5`](https://github.com/ramsayleung/rspotify/commit/589d1d5e5400da550e6c20d0c0a1812f5e0f09e9) Add examples ### 📊 Changes **3 files changed** (+119 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/current_user_saved_albums_contains.rs` (+47 -0) ➕ `examples/user_artist_check_follow.rs` (+45 -0) 📝 `src/spotify/client.rs` (+27 -0) </details> ### 📄 Description Checking saved/followed tracks and playlists have been implemented, however, it is not implemented for albums and artists. I added these features in this PR. --- <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:50 +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#221
No description provided.