[PR #27] [MERGED] Add new Browse Category Playlists endpoints #227

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

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/27
Author: @vdesabou
Created: 2/23/2015
Status: Merged
Merged: 2/25/2015
Merged by: @jwilsson

Base: masterHead: master


📝 Commits (3)

  • f09b4b8 Add new Browse Category Playlists endpoints
  • 8f03619 Fixed typo
  • d233b47 getListCategories -> getCategoriesList

📊 Changes

6 files changed (+951 additions, -0 deletions)

View changed files

📝 README.md (+27 -0)
📝 src/SpotifyWebAPI.php (+94 -0)
📝 tests/SpotifyWebAPITest.php (+30 -0)
tests/fixtures/category-playlists.json (+599 -0)
tests/fixtures/category.json (+10 -0)
tests/fixtures/list-categories.json (+191 -0)

📄 Description

https://github.com/jwilsson/spotify-web-api-php/issues/26

-Get a List of Categories
https://developer.spotify.com/web-api/get-list-categories/
-Get a Category https://developer.spotify.com/web-api/get-category/
-Get a Category’s Playlists
https://developer.spotify.com/web-api/get-categorys-playlists/


🔄 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/27 **Author:** [@vdesabou](https://github.com/vdesabou) **Created:** 2/23/2015 **Status:** ✅ Merged **Merged:** 2/25/2015 **Merged by:** [@jwilsson](https://github.com/jwilsson) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`f09b4b8`](https://github.com/jwilsson/spotify-web-api-php/commit/f09b4b8e9edcfe43cfad082123d49c5e2bbae873) Add new Browse Category Playlists endpoints - [`8f03619`](https://github.com/jwilsson/spotify-web-api-php/commit/8f03619b32a87059c76e8723c4e39cbee506e42a) Fixed typo - [`d233b47`](https://github.com/jwilsson/spotify-web-api-php/commit/d233b47b6d8fd7ee7575100663cfd702fd7cf42a) getListCategories -> getCategoriesList ### 📊 Changes **6 files changed** (+951 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+27 -0) 📝 `src/SpotifyWebAPI.php` (+94 -0) 📝 `tests/SpotifyWebAPITest.php` (+30 -0) ➕ `tests/fixtures/category-playlists.json` (+599 -0) ➕ `tests/fixtures/category.json` (+10 -0) ➕ `tests/fixtures/list-categories.json` (+191 -0) </details> ### 📄 Description https://github.com/jwilsson/spotify-web-api-php/issues/26 -Get a List of Categories https://developer.spotify.com/web-api/get-list-categories/ -Get a Category https://developer.spotify.com/web-api/get-category/ -Get a Category’s Playlists https://developer.spotify.com/web-api/get-categorys-playlists/ --- <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:43 +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#227
No description provided.