mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 16:05:53 +03:00
[PR #11] [MERGED] OAuth get_authorize_url fixes #181
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#181
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/11
Author: @oliveroneill
Created: 8/19/2018
Status: ✅ Merged
Merged: 8/19/2018
Merged by: @ramsayleung
Base:
master← Head:authorize-url-fixes📝 Commits (3)
0e8b0b6Fix typo in show_dialog12e9cefFix show_dialog field to be checked before setting truebfee698Change state field for authorization URL to have default📊 Changes
1 file changed (+6 additions, -2 deletions)
View changed files
📝
src/spotify/oauth2.rs(+6 -2)📄 Description
I've made a few changes to the get_authorize_url function so that it better matches the spotipy implementation. I believe this was the intention here but it had a few lines in need of improvement.
The changes are:
I can split these changes up into multiple pull requests if necessary.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.