mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #214] [MERGED] [Auth restructure 2] Some fixes for rspotify-model and rspotify-macros #318
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#318
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/214
Author: @marioortizmanero
Created: 6/19/2021
Status: ✅ Merged
Merged: 7/8/2021
Merged by: @ramsayleung
Base:
auth-rewrite-part1← Head:auth-rewrite-part2📝 Commits (10+)
6235c67small fixes for rspotify-model8397c9bsmall fixes for rspotify-macros506ff25split 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-part46f8162eMerge branch 'auth-rewrite-part1' into auth-rewrite-part2📊 Changes
48 files changed (+3951 additions, -3853 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 28 more files
📄 Description
Part 2 of the #207 split-up.
This:
rspotify-modelrspotify-macrosThese things are needed later to test the crate without cyclical dependencies, and mostly clean up a few things. Both of the crates I modified should compile without problems, but not the main one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.