mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #99] [MERGED] Add podcast support #244
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#244
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/99
Author: @ramsayleung
Created: 6/5/2020
Status: ✅ Merged
Merged: 6/7/2020
Merged by: @ramsayleung
Base:
master← Head:ramsay/add-podcast📝 Commits (10+)
775548fadd save_shows function with async version and blocking version.e43178eadd async version and blocking version ofget_saved_showfunction.a0eacc0format code with rustfmt.ac8b655add async version and blocking version ofget_a_showfunction.7450ef1add async version and blocking version ofget_several_showsfunction.d2491d9reformat code with rustfmt.6461c11add async version and blocking version ofget_shows_episodesfunctions.1ff5bb5add async version and blocking version ofget_an_episodefunction.9b40d94add async version and blocking version of functionget_several_episodes.99df633add async version and blocking version of functioncheck_users_saved_shows.📊 Changes
42 files changed (+1821 additions, -293 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -0)📝
CHANGELOG.md(+20 -0)📝
Cargo.toml(+49 -22)📝
README.md(+105 -0)📝
examples/blocking/categories.rs(+1 -1)➕
examples/blocking/check_users_saved_shows.rs(+50 -0)📝
examples/blocking/current_playback.rs(+16 -2)📝
examples/blocking/current_playing.rs(+10 -2)📝
examples/blocking/current_user_top_artists.rs(+1 -1)📝
examples/blocking/current_user_top_tracks.rs(+1 -1)📝
examples/blocking/get_a_show.rs(+6 -5)➕
examples/blocking/get_an_episode.rs(+47 -0)📝
examples/blocking/get_saved_show.rs(+3 -4)➕
examples/blocking/get_several_episodes.rs(+50 -0)📝
examples/blocking/get_several_shows.rs(+11 -5)➕
examples/blocking/get_shows_episodes.rs(+47 -0)📝
examples/blocking/new_releases.rs(+1 -1)📝
examples/blocking/recommendations.rs(+1 -1)➕
examples/blocking/remove_users_saved_shows.rs(+49 -0)📝
examples/blocking/repeat.rs(+1 -1)...and 22 more files
📄 Description
implement async version and blocking version of the following functions:
save-shows-userget-users-saved-showsget-a-showget-several-showget-shows-episodesget-an-episodeget-several-episodescheck-users-saved-showsremove-shows-userupdate async version and blocking version of the following functions:
get-the-users-currently-playing-trackget-information-about-the-users-current-playbacksearchupdate docs:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.