[PR #38] [MERGED] Implement unsaving albums and unfollowing users/artists #198

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/38
Author: @KoffeinFlummi
Created: 4/19/2019
Status: Merged
Merged: 4/23/2019
Merged by: @ramsayleung

Base: masterHead: unsave-unfollow


📝 Commits (2)

  • 1a30afc Implement unsaving albums and unfollowing users
  • 3693acb Add examples and tests for unsaving & unfollowing

📊 Changes

5 files changed (+252 additions, -0 deletions)

View changed files

examples/current_user_saved_albums_delete.rs (+49 -0)
examples/user_unfollow_artists.rs (+47 -0)
examples/user_unfollow_users.rs (+45 -0)
📝 src/spotify/client.rs (+43 -0)
📝 tests/test_with_oauth.rs (+68 -0)

📄 Description

No description provided


🔄 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/38 **Author:** [@KoffeinFlummi](https://github.com/KoffeinFlummi) **Created:** 4/19/2019 **Status:** ✅ Merged **Merged:** 4/23/2019 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `unsave-unfollow` --- ### 📝 Commits (2) - [`1a30afc`](https://github.com/ramsayleung/rspotify/commit/1a30afce826b731685e29db7bb3bdca12a534868) Implement unsaving albums and unfollowing users - [`3693acb`](https://github.com/ramsayleung/rspotify/commit/3693acb8f31bdaa9665d2a152d0528b379aeee46) Add examples and tests for unsaving & unfollowing ### 📊 Changes **5 files changed** (+252 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/current_user_saved_albums_delete.rs` (+49 -0) ➕ `examples/user_unfollow_artists.rs` (+47 -0) ➕ `examples/user_unfollow_users.rs` (+45 -0) 📝 `src/spotify/client.rs` (+43 -0) 📝 `tests/test_with_oauth.rs` (+68 -0) </details> ### 📄 Description _No description provided_ --- <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:44 +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#198
No description provided.