mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #215] [MERGED] [Auth restructure 3] Split up Spotify into multiple clients #319
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#319
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/215
Author: @marioortizmanero
Created: 6/19/2021
Status: ✅ Merged
Merged: 7/8/2021
Merged by: @ramsayleung
Base:
auth-rewrite-part2← Head:auth-rewrite-part3📝 Commits (10+)
506ff25split up the source into multiple files and clients90d673fupdate tests9b2cbbbupdate examplesf8ab718update CIb34be92fix Cargo.toml0e10b0fMerge branch 'auth-rewrite-part2' into auth-rewrite-part36ebf37eMerge branch 'auth-rewrite-part3' into auth-rewrite-part44ab9300Merge branch 'auth-rewrite-part2' into auth-rewrite-part3debb42cMerge branch 'auth-rewrite-part3' into auth-rewrite-part4210cd1dAdded an upgrade guide📊 Changes
45 files changed (+3916 additions, -3814 deletions)
View changed files
📝
.github/workflows/ci.yml(+22 -54)➖
.travis.yml(+0 -25)📝
CHANGELOG.md(+97 -24)📝
Cargo.toml(+2 -2)➕
examples/auth_code.rs(+55 -0)➕
examples/auth_code_pkce.rs(+47 -0)📝
examples/client_creds.rs(+10 -14)➖
examples/current_user_recently_played.rs(+0 -51)📝
examples/oauth_tokens.rs(+7 -12)📝
examples/pagination_async.rs(+6 -36)📝
examples/pagination_manual.rs(+6 -36)📝
examples/pagination_sync.rs(+6 -36)➖
examples/track.rs(+0 -42)➖
examples/tracks.rs(+0 -42)📝
examples/ureq/device.rs(+6 -36)📝
examples/ureq/me.rs(+6 -36)📝
examples/ureq/search.rs(+17 -47)📝
examples/ureq/seek_track.rs(+6 -36)📝
examples/webapp/src/main.rs(+71 -78)📝
examples/with_refresh_token.rs(+12 -27)...and 25 more files
📄 Description
Part 3 of splitting up #207, possibly the biggest of all changes. There's no way to reduce the number of changes here, really, as it requires moving most of the client's code into multiple files and different structures. But it doesn't really introduce that many changes. The endpoints themselves aren't changed at all and can be ignored, as they just were moved into traits.
The main library should be able to compile without problems after this PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.