[PR #433] [MERGED] Updates to Spotify.current_user_recently_played() #895

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/433
Author: @collinwr
Created: 1/24/2020
Status: Merged
Merged: 1/26/2020
Merged by: @stephanebruckert

Base: masterHead: current_user_recently_played_UPDATE


📝 Commits (6)

  • d4226b6 Adds after and before parameters to Spotify.current_user_recently_played method
  • b1461bb Removes trailing whitespace
  • 7fcbcc6 More trailing whitespace
  • 205556b Add test
  • 58e9fed Merge branch 'master' of github.com:plamere/spotipy into current_user_recently_played_UPDATE
  • 00e66d3 Changelog

📊 Changes

3 files changed (+32 additions, -2 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 spotipy/client.py (+10 -2)
📝 tests/test_auth.py (+21 -0)

📄 Description

Adds after and before parameters to Spotify.current_user_recently_played method according to the Spotify Developer API documentation: Get Recently Played


🔄 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/433 **Author:** [@collinwr](https://github.com/collinwr) **Created:** 1/24/2020 **Status:** ✅ Merged **Merged:** 1/26/2020 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `current_user_recently_played_UPDATE` --- ### 📝 Commits (6) - [`d4226b6`](https://github.com/spotipy-dev/spotipy/commit/d4226b69d5436f38ee347ca0117e33fe3659b3c7) Adds after and before parameters to Spotify.current_user_recently_played method - [`b1461bb`](https://github.com/spotipy-dev/spotipy/commit/b1461bb0027cf21c198fe41a8c8e7fc715af6e05) Removes trailing whitespace - [`7fcbcc6`](https://github.com/spotipy-dev/spotipy/commit/7fcbcc607355e9145f58ed4b9ea66561e908b8d3) More trailing whitespace - [`205556b`](https://github.com/spotipy-dev/spotipy/commit/205556b321140ded97e813da6d66c454c3e0ad7b) Add test - [`58e9fed`](https://github.com/spotipy-dev/spotipy/commit/58e9fedcce2a7bd401c73aa07f2a1c2136c276bc) Merge branch 'master' of github.com:plamere/spotipy into current_user_recently_played_UPDATE - [`00e66d3`](https://github.com/spotipy-dev/spotipy/commit/00e66d34d96d141963f4b478f7cdfbf12babbfe9) Changelog ### 📊 Changes **3 files changed** (+32 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `spotipy/client.py` (+10 -2) 📝 `tests/test_auth.py` (+21 -0) </details> ### 📄 Description Adds **after** and **before** parameters to Spotify.current_user_recently_played method according to the Spotify Developer API documentation: [Get Recently Played](https://developer.spotify.com/documentation/web-api/reference/player/get-recently-played/) --- <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:26 +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#895
No description provided.