[PR #456] [MERGED] Added endpoints for shows/podcasts and episodes (#450) #902

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/456
Author: @dkbarn
Created: 3/22/2020
Status: Merged
Merged: 3/24/2020
Merged by: @stephanebruckert

Base: masterHead: feature/issue-450-shows-episodes


📝 Commits (2)

  • 8208631 Added endpoints for shows/podcasts and episodes (#450)
  • 6decade Added remaining endpoints for shows/episodes

📊 Changes

2 files changed (+208 additions, -4 deletions)

View changed files

📝 spotipy/client.py (+139 -4)
📝 tests/integration/test_non_user_endpoints.py (+69 -0)

📄 Description

The new Shows API and Episodes API have endpoints documented here:

https://developer.spotify.com/documentation/web-api/reference-beta/#category-shows
https://developer.spotify.com/documentation/web-api/reference-beta/#category-episodes

This is my first PR, so please let me know if there is anything I've missed.


🔄 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/456 **Author:** [@dkbarn](https://github.com/dkbarn) **Created:** 3/22/2020 **Status:** ✅ Merged **Merged:** 3/24/2020 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `feature/issue-450-shows-episodes` --- ### 📝 Commits (2) - [`8208631`](https://github.com/spotipy-dev/spotipy/commit/8208631146757a1e280e02e6fb1964a39ec1364f) Added endpoints for shows/podcasts and episodes (#450) - [`6decade`](https://github.com/spotipy-dev/spotipy/commit/6decade1a9bf382b49d64f484646cbd1d93af8b2) Added remaining endpoints for shows/episodes ### 📊 Changes **2 files changed** (+208 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/client.py` (+139 -4) 📝 `tests/integration/test_non_user_endpoints.py` (+69 -0) </details> ### 📄 Description The new Shows API and Episodes API have endpoints documented here: https://developer.spotify.com/documentation/web-api/reference-beta/#category-shows https://developer.spotify.com/documentation/web-api/reference-beta/#category-episodes This is my first PR, so please let me know if there is anything I've missed. --- <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:30 +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#902
No description provided.