mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #70] [MERGED] Ramsay/update reqwest to 0.10 #222
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#222
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/70
Author: @ramsayleung
Created: 1/20/2020
Status: ✅ Merged
Merged: 1/20/2020
Merged by: @ramsayleung
Base:
master← Head:ramsay/update-reqwest-to-0.10📝 Commits (6)
cecb2e1bump up reqwest to the 0.10.17cc0cf0create .env file and update README.md44f292eupdate README, add information about reqwest proxy008af67fix test and update example.c7fe719update travis.yamlab06041fix travis again📊 Changes
14 files changed (+72 additions, -45 deletions)
View changed files
➕
.env(+3 -0)📝
.gitignore(+0 -1)📝
.travis.yml(+17 -0)📝
Cargo.toml(+1 -1)📝
README.md(+26 -21)📝
examples/audio_analysis.rs(+1 -1)📝
examples/current_user_saved_albums_contains.rs(+2 -2)📝
examples/start_playback.rs(+1 -1)📝
examples/user_artist_check_follow.rs(+2 -2)📝
examples/user_playlist_change_detail.rs(+1 -1)📝
src/spotify/client.rs(+3 -3)📝
src/spotify/oauth2.rs(+8 -9)📝
tests/test_with_credential.rs(+1 -1)📝
tests/test_with_oauth.rs(+6 -2)📄 Description
reqwestto 0.10.1, still usingblockingAPI for simplicity(I will take time to migrate toreqwest async/awaitsupport)reqwest.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.