mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #113] [MERGED] reduce repeated examples. #251
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#251
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/113
Author: @ramsayleung
Created: 8/16/2020
Status: ✅ Merged
Merged: 8/27/2020
Merged by: @ramsayleung
Base:
master← Head:reduce-examples📝 Commits (10+)
29eea07reduce repeated examples.99cd104fix clippy and check error.b02f202Merge branch 'master' of https://github.com/ramsayleung/rspotify into reduce-examples6daac6bFix tests12f513acargo fmt714c19eAlso implement for blocking module39f5a04Fix pull requests running tests twiceff1bfbeNew with_refresh_token example4873e59remove extern crate for 'log'4da07cfremove unnecessary 'base64' and 'env_logger'📊 Changes
144 files changed (+405 additions, -6297 deletions)
View changed files
📝
.env(+2 -2)📝
.gitignore(+2 -0)📝
Cargo.toml(+1 -291)📝
README.md(+8 -211)➖
examples/add_to_queue.rs(+0 -29)➖
examples/album_tracks.rs(+0 -22)➖
examples/albums.rs(+0 -25)➖
examples/artist.rs(+0 -22)➖
examples/artist_related_artists.rs(+0 -22)➖
examples/artist_top_tracks.rs(+0 -32)➖
examples/artists.rs(+0 -24)➖
examples/artists_albums.rs(+0 -31)➖
examples/audio_analysis.rs(+0 -22)➖
examples/audio_features.rs(+0 -22)➖
examples/audios_features.rs(+0 -26)➖
examples/blocking/add_to_queue.rs(+0 -29)➖
examples/blocking/artist_top_tracks.rs(+0 -28)➖
examples/blocking/categories.rs(+0 -39)➖
examples/blocking/check_users_saved_shows.rs(+0 -48)➖
examples/blocking/current_playback.rs(+0 -53)...and 80 more files
📄 Description
All of these example files come from a same template, which are are quite repetitive and don't offer much help for real projects, the only difference between them is that they calls different function with different day, everything else is same.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.