[PR #68] [MERGED] added recently-played endpoint + test #244

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

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/68
Author: @dayeggpi
Created: 3/2/2017
Status: Merged
Merged: 3/5/2017
Merged by: @jwilsson

Base: masterHead: master


📝 Commits (6)

  • 134abd8 added recently-played endpoint test
  • 8b39537 Merge pull request #2 from hycday/hycday-patch-1-1
  • 20b537b added recently-played endpoint
  • bee8f47 Update SpotifyWebAPI.php
  • c782e38 Create recently-played.json
  • cab4092 Update SpotifyWebAPITest.php

📊 Changes

3 files changed (+214 additions, -0 deletions)

View changed files

📝 src/SpotifyWebAPI.php (+20 -0)
📝 tests/SpotifyWebAPITest.php (+33 -0)
tests/fixtures/recently-played.json (+161 -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/jwilsson/spotify-web-api-php/pull/68 **Author:** [@dayeggpi](https://github.com/dayeggpi) **Created:** 3/2/2017 **Status:** ✅ Merged **Merged:** 3/5/2017 **Merged by:** [@jwilsson](https://github.com/jwilsson) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`134abd8`](https://github.com/jwilsson/spotify-web-api-php/commit/134abd80b52c50777a12f20bd8f1d1e48a71a1be) added recently-played endpoint test - [`8b39537`](https://github.com/jwilsson/spotify-web-api-php/commit/8b3953756910b021e54b65a8142cf99078514c02) Merge pull request #2 from hycday/hycday-patch-1-1 - [`20b537b`](https://github.com/jwilsson/spotify-web-api-php/commit/20b537b52782abaccd4b6601c4cc71dab9e58143) added recently-played endpoint - [`bee8f47`](https://github.com/jwilsson/spotify-web-api-php/commit/bee8f472f703cc88b92606bd86aaccf72b962680) Update SpotifyWebAPI.php - [`c782e38`](https://github.com/jwilsson/spotify-web-api-php/commit/c782e386018670d24e2ac95e74a681942b5a934a) Create recently-played.json - [`cab4092`](https://github.com/jwilsson/spotify-web-api-php/commit/cab4092782d0f98e6a7486ac0b89ae21a7d7b26d) Update SpotifyWebAPITest.php ### 📊 Changes **3 files changed** (+214 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/SpotifyWebAPI.php` (+20 -0) 📝 `tests/SpotifyWebAPITest.php` (+33 -0) ➕ `tests/fixtures/recently-played.json` (+161 -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 19:26:47 +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/spotify-web-api-php#244
No description provided.