mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #257] [MERGED] Fix the remaining TODOs #349
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#349
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/257
Author: @marioortizmanero
Created: 9/25/2021
Status: ✅ Merged
Merged: 10/8/2021
Merged by: @ramsayleung
Base:
master← Head:todos📝 Commits (10+)
1890dfarenameheaders02fe191Added some basic loggingeafb9cbHide internal request methods02c3e8fRemoveURI_WRONGTYPE27bc0d6dFix playlist naming issues10dfa4bCheck state91b1e7dUnnecessary boolean not operation60b97ceFix typo in changelog321682dFix ItemPositions as borrowed52a3299Merge branch 'master' into todos📊 Changes
11 files changed (+181 additions, -136 deletions)
View changed files
📝
CHANGELOG.md(+11 -0)📝
rspotify-model/src/idtypes.rs(+0 -5)📝
rspotify-model/src/track.rs(+10 -4)📝
src/auth_code.rs(+20 -15)📝
src/auth_code_pkce.rs(+26 -18)📝
src/client_creds.rs(+6 -3)📝
src/clients/base.rs(+25 -17)📝
src/clients/oauth.rs(+42 -43)📝
src/lib.rs(+1 -2)📝
tests/test_oauth2.rs(+20 -4)📝
tests/test_with_oauth.rs(+20 -25)📄 Description
Description
headerstoparamsURI_WRONGTYPE2Motivation and Context
We can finally close #127 after this, believe it or not! :))
Dependencies
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
CI passes successfully
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.