mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #284] [MERGED] Fix docs links for rspotify #371
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#371
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?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/284
Author: @marioortizmanero
Created: 11/19/2021
Status: ✅ Merged
Merged: 11/29/2021
Merged by: @ramsayleung
Base:
master← Head:fix-docs📝 Commits (2)
726b685Fix docs links706ea12Fix redirection📊 Changes
10 files changed (+98 additions, -96 deletions)
View changed files
📝
.github/workflows/ci.yml(+3 -1)📝
CHANGELOG.md(+4 -4)📝
README.md(+1 -1)📝
rspotify-model/src/auth.rs(+2 -2)📝
src/auth_code.rs(+1 -1)📝
src/auth_code_pkce.rs(+2 -2)📝
src/client_creds.rs(+1 -1)📝
src/clients/base.rs(+29 -29)📝
src/clients/oauth.rs(+49 -49)📝
src/lib.rs(+6 -6)📄 Description
Description
This updates the client's documentation to the latest version of the Spotify reference for the
rspotifycrate (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-deadlinksdoesn'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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.