mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[PR #27] [MERGED] Add new Browse Category Playlists endpoints #227
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (3)
f09b4b8Add new Browse Category Playlists endpoints8f03619Fixed typod233b47getListCategories -> 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.