[GH-ISSUE #250] Old API URLs in source code #180

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

Originally created by @Xymph on GitHub (Jul 4, 2022).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/250

In the SpotifyWebAPI.php and SpotifyWebAPIException.php source all URLs to reference pages follow an old pattern, and result in pages without the expected content. E.g.
https://developer.spotify.com/documentation/web-api/reference/#endpoint-search
and
@see https://developer.spotify.com/documentation/web-api/reference/object-model/#player-error-reasons

Should be e.g. https://developer.spotify.com/documentation/web-api/reference/#/operations/search
Perhaps all can be updated?

Originally created by @Xymph on GitHub (Jul 4, 2022). Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/250 In the SpotifyWebAPI.php and SpotifyWebAPIException.php source all URLs to [reference pages](https://developer.spotify.com/documentation/web-api/reference) follow an old pattern, and result in pages without the expected content. E.g. `https://developer.spotify.com/documentation/web-api/reference/#endpoint-search` and `@see https://developer.spotify.com/documentation/web-api/reference/object-model/#player-error-reasons` Should be e.g. `https://developer.spotify.com/documentation/web-api/reference/#/operations/search` Perhaps all can be updated?
kerem 2026-02-27 19:26:28 +03:00
  • closed this issue
  • added the
    docs
    label
Author
Owner

@jwilsson commented on GitHub (Jul 4, 2022):

Hey!
All links should be updated in the source code, I just haven't published a new release in a while. I'll get one published right away.

<!-- gh-comment-id:1174010100 --> @jwilsson commented on GitHub (Jul 4, 2022): Hey! All links should be updated in the source code, I just haven't published a new release in a while. I'll get one published right away.
Author
Owner

@Xymph commented on GitHub (Jul 4, 2022):

Ah, apologies. I just installed the library via composer and forgot to check the main branch. Thanks for the superspeedy response.

<!-- gh-comment-id:1174019800 --> @Xymph commented on GitHub (Jul 4, 2022): Ah, apologies. I just installed the library via composer and forgot to check the main branch. Thanks for the superspeedy response.
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#180
No description provided.