Skip to content

Deprecate dead audio-features and recommendations endpoints#4

Merged
TroyHernandez merged 2 commits into
masterfrom
deprecate-dead-endpoints
Jun 6, 2026
Merged

Deprecate dead audio-features and recommendations endpoints#4
TroyHernandez merged 2 commits into
masterfrom
deprecate-dead-endpoints

Conversation

@TroyHernandez

Copy link
Copy Markdown
Collaborator

get_track_audio_features() and get_recommendations() call Spotify endpoints that were removed/restricted in Nov 2024 — verified dead with a live grandfathered user token (audio-features -> 403, recommendations -> 404, while /tracks and /me return 200).

Adds .Deprecated() runtime warnings and @details deprecation notes. Functions stay callable (they'll just warn, then fail at the API). R CMD check: 0 errors, 0 NOTEs, 1 inherent WARNING.

Both target Spotify endpoints removed/restricted in Nov 2024 (audio-features
HTTP 403, recommendations HTTP 404), confirmed dead with a live grandfathered
user token. Add .Deprecated() warnings and @details notes; functions remain
callable but warn.
@TroyHernandez TroyHernandez merged commit 3cb3982 into master Jun 6, 2026
4 checks passed
@TroyHernandez TroyHernandez deleted the deprecate-dead-endpoints branch June 6, 2026 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant