[PR #71] [MERGED] Add method for audio analysis by track id #245

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/71
Author: @craigharvi3
Created: 3/22/2017
Status: Merged
Merged: 3/24/2017
Merged by: @jwilsson

Base: masterHead: feature/audio-analysis


📝 Commits (2)

  • 6fecde0 Add method, test and fixture for audio analysis
  • 4a6ec8a Update comment

📊 Changes

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

View changed files

📝 src/SpotifyWebAPI.php (+20 -0)
📝 tests/SpotifyWebAPITest.php (+27 -0)
tests/fixtures/audio-analysis.json (+28291 -0)

📄 Description

Added method getAudioAnalysis for retrieving audio analysis. See https://developer.spotify.com/web-api/get-audio-analysis/ for details.


🔄 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/71 **Author:** [@craigharvi3](https://github.com/craigharvi3) **Created:** 3/22/2017 **Status:** ✅ Merged **Merged:** 3/24/2017 **Merged by:** [@jwilsson](https://github.com/jwilsson) **Base:** `master` ← **Head:** `feature/audio-analysis` --- ### 📝 Commits (2) - [`6fecde0`](https://github.com/jwilsson/spotify-web-api-php/commit/6fecde0328d5da7b5b0dee6534175c8e49f6eecc) Add method, test and fixture for audio analysis - [`4a6ec8a`](https://github.com/jwilsson/spotify-web-api-php/commit/4a6ec8a559a5377391b4e7f91f1049dd0941b023) Update comment ### 📊 Changes **3 files changed** (+28338 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/SpotifyWebAPI.php` (+20 -0) 📝 `tests/SpotifyWebAPITest.php` (+27 -0) ➕ `tests/fixtures/audio-analysis.json` (+28291 -0) </details> ### 📄 Description Added method `getAudioAnalysis` for retrieving audio analysis. See https://developer.spotify.com/web-api/get-audio-analysis/ for details. --- <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#245
No description provided.