mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #281] Doc links are broken again #86
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#86
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 @marioortizmanero on GitHub (Nov 19, 2021).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/281
Describe the bug
Looks like the spotify team revamped their reference page: https://developer.spotify.com/documentation/web-api/reference/#/
Which means that their reference links are completely broken now.
To Reproduce
Steps to reproduce the behavior:
reference@marioortizmanero commented on GitHub (Nov 19, 2021):
Not sure how to tackle this for
rspotify-model, it seems that said section has been removed...@ramsayleung commented on GitHub (Nov 20, 2021):
To be honest, I think the upstream(Spotify API) is pretty unstable, perhaps we should figure out a better way to maintain the
fieldinformation of the structure@marioortizmanero commented on GitHub (Nov 20, 2021):
That sounds complicated though... I don't think they'll change it for a long time now, it's pretty much got everything already. I hope...
@marioortizmanero commented on GitHub (Nov 29, 2021):
I guess we could just remove the reference links in the
rspotify-modelcrate? The endpoints already have links with their models anyway.The other option would be to add links to whichever endpoint uses that specific model. For example, for
SimplifiedAlbumit could point to https://developer.spotify.com/documentation/web-api/reference/#/operations/get-an-artists-albums. But I don't really have time right now to do that for every model, and it might be an unnecessary maintainaince cost, since other spotify libraries don't even have links to the reference.@ramsayleung commented on GitHub (Nov 29, 2021):
I agree with this solution, the other solution is expensive.
@marioortizmanero commented on GitHub (Nov 29, 2021):
Alright! I'll write a PR for that and then we can release a new version.