mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #213] [MERGED] [Auth restructure 1] Separate http into a new crate #317
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#317
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/213
Author: @marioortizmanero
Created: 6/19/2021
Status: ✅ Merged
Merged: 7/8/2021
Merged by: @ramsayleung
Base:
separate-crates← Head:auth-rewrite-part1📝 Commits (10+)
2c3446dnew crate188a863mod.rs -> lib.rs36489b4add common.rs6ad7fd6update to last versione3594d8update cargo.tomlac9380enow compiling6235c67small fixes for rspotify-model8397c9bsmall fixes for rspotify-macros506ff25split up the source into multiple files and clients90d673fupdate tests📊 Changes
52 files changed (+4141 additions, -4218 deletions)
View changed files
📝
.github/workflows/ci.yml(+22 -54)➖
.travis.yml(+0 -25)📝
CHANGELOG.md(+97 -24)📝
Cargo.toml(+29 -38)➕
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 32 more files
📄 Description
Part 1 of splitting up #207.
This moves the http logic into its own crate. It should be able to compile by itself (but not
rspotifyitself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.