[PR #650] [MERGED] Allow the scope to be either a list or comma separated string #978

Closed
opened 2026-02-28 00:03:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/650
Author: @jbkkd
Created: 3/2/2021
Status: Merged
Merged: 3/4/2021
Merged by: @stephanebruckert

Base: masterHead: master


📝 Commits (3)

  • d2936cd Allow the scope to be either a list or comma separated string
  • 1518be6 Move normalize scope to util file and make it a base method
  • 8ea0c9b Add change to CHANGELOG.md

📊 Changes

3 files changed (+47 additions, -43 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 spotipy/oauth2.py (+30 -43)
📝 spotipy/util.py (+16 -0)

📄 Description

I couldn't run tests as I don't have a spotify test account, but all tests pass on the PR (I'm not sure how you run it on this repo through github - is it using someones spotify credentials?)


🔄 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/spotipy-dev/spotipy/pull/650 **Author:** [@jbkkd](https://github.com/jbkkd) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/4/2021 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`d2936cd`](https://github.com/spotipy-dev/spotipy/commit/d2936cdf16c8d605c9709aa11fe70dd3d6cdaa26) Allow the scope to be either a list or comma separated string - [`1518be6`](https://github.com/spotipy-dev/spotipy/commit/1518be62aef2df007ad3052451de35306e38da1e) Move normalize scope to util file and make it a base method - [`8ea0c9b`](https://github.com/spotipy-dev/spotipy/commit/8ea0c9bcff4ddd3e150ca2c269b2f9ee904b868d) Add change to CHANGELOG.md ### 📊 Changes **3 files changed** (+47 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `spotipy/oauth2.py` (+30 -43) 📝 `spotipy/util.py` (+16 -0) </details> ### 📄 Description I couldn't run tests as I don't have a spotify test account, but all tests pass on the PR (I'm not sure how you run it on this repo through github - is it using someones spotify credentials?) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:05 +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/spotipy#978
No description provided.