[PR #320] [CLOSED] Update client.py (add playlist endpoint) #853

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/320
Author: @chunksong
Created: 9/28/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • db60668 Update client.py (add playlist endpoint)
  • 608d9ee Merge pull request #1 from chunksong/chunksong-update-client(add-playlist-endpoint)

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

📝 spotipy/client.py (+14 -0)

📄 Description

There was an upate with Spotify Web APi to bring playlist with using ID.

'Get a Playlist' - Get a playlist owned by a Spotify user.

GET https://api.spotify.com/v1/playlists/{playlist_id}

        Parameters:
        - playlist - the id of the playlist
        - fields - which fields to return
        - market - An ISO 3166-1 alpha-2 country code or the string from_token.

🔄 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/320 **Author:** [@chunksong](https://github.com/chunksong) **Created:** 9/28/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`db60668`](https://github.com/spotipy-dev/spotipy/commit/db6066847b4c5c1fda063c96e2af42d89a4dcf4c) Update client.py (add playlist endpoint) - [`608d9ee`](https://github.com/spotipy-dev/spotipy/commit/608d9ee7c1cb6640ac72a00e28cdf8117195cc16) Merge pull request #1 from chunksong/chunksong-update-client(add-playlist-endpoint) ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/client.py` (+14 -0) </details> ### 📄 Description There was an upate with Spotify Web APi to bring playlist with using ID. 'Get a Playlist' - Get a playlist owned by a Spotify user. GET https://api.spotify.com/v1/playlists/{playlist_id} Parameters: - playlist - the id of the playlist - fields - which fields to return - market - An ISO 3166-1 alpha-2 country code or the string from_token. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:09 +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#853
No description provided.