mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #250] Old API URLs in source code #180
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#180
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?
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-searchand
@see https://developer.spotify.com/documentation/web-api/reference/object-model/#player-error-reasonsShould be e.g.
https://developer.spotify.com/documentation/web-api/reference/#/operations/searchPerhaps all can be updated?
@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.
@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.