Closed marioortizmanero closed 2 years ago
This updates the client's documentation to the latest version of the Spotify reference for the rspotify crate (not rspotify-model).
rspotify
rspotify-model
Works towards #281
None
Please delete options that are not relevant.
Unfortunately, cargo-deadlinks doesn't pick up the new endpoint links. It will print out this:
cargo-deadlinks
Fragment #/operations/remove-tracks-playlist at https://developer.spotify.com/documentation/web-api/reference/#/operations/remove-tracks-playlist does not exist!
But that link does, in fact, work.
As far as I know the changes in the URLs were relatively trivial, and running a substitution s/endpoint-/\/operations\// was enough for the endpoints. The rest of the links were checked manually and should work just fine.
s/endpoint-/\/operations\//
Description
This updates the client's documentation to the latest version of the Spotify reference for the
rspotify
crate (notrspotify-model
).Motivation and Context
Works towards #281
Dependencies
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unfortunately,
cargo-deadlinks
doesn't pick up the new endpoint links. It will print out this:But that link does, in fact, work.
As far as I know the changes in the URLs were relatively trivial, and running a substitution
s/endpoint-/\/operations\//
was enough for the endpoints. The rest of the links were checked manually and should work just fine.