mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[PR #98] [MERGED] add functions to get access token and refresh token without cache. #240
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#240
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/98
Author: @ramsayleung
Created: 6/4/2020
Status: ✅ Merged
Merged: 6/5/2020
Merged by: @ramsayleung
Base:
master← Head:ramsay/get_token_without_caching📝 Commits (4)
6517f84add functions to get access token and refresh token without cache.92984d2update gitignore and add examples.890a66dformat code with cargo fmt.f3cf73afix clippy lints.📊 Changes
9 files changed (+192 additions, -25 deletions)
View changed files
📝
.gitignore(+1 -1)📝
Cargo.toml(+6 -1)➕
examples/blocking/get_access_token_without_cache.rs(+50 -0)➕
examples/get_access_token_without_cache.rs(+55 -0)📝
src/blocking/oauth2.rs(+17 -11)📝
src/blocking/util.rs(+21 -0)📝
src/lib.rs(+1 -1)📝
src/oauth2.rs(+20 -11)📝
src/util.rs(+21 -0)📄 Description
add a new feature to get access token and refresh token without saving token into
cache_path, trying to complete this request: https://github.com/ramsayleung/rspotify/issues/96🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.