mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #1055] [MERGED] Examples directory updates #1141
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1141
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/spotipy-dev/spotipy/pull/1055
Author: @jonathan-huston
Created: 12/10/2023
Status: ✅ Merged
Merged: 1/12/2025
Merged by: @stephanebruckert
Base:
master← Head:examples_updates📝 Commits (4)
d3b3d4aFixed scripts in examples directory that didn't work, deleted any redundant examples.b211a13Added examples for methods related to audiobooks, shows and episodes65516f9Updated changelog8db314bMerge branch 'master' into examples_updates📊 Changes
18 files changed (+268 additions, -57 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)➕
examples/add_saved_episodes.py(+28 -0)➕
examples/add_saved_shows.py(+28 -0)➕
examples/check_show_is_saved.py(+31 -0)➕
examples/delete_saved_episodes.py(+28 -0)📝
examples/follow_playlist.py(+8 -13)➕
examples/get_audiobook_chapters_info.py(+29 -0)➕
examples/get_audiobooks_info.py(+29 -0)➖
examples/playlist_add_items.py(+0 -12)📝
examples/read_a_playlist.py(+1 -1)📝
examples/remove_tracks_from_playlist.py(+2 -2)📝
examples/replace_tracks_in_playlist.py(+1 -1)📝
examples/show_artist_tracks.py(+0 -0)📝
examples/show_tracks.py(+19 -15)➖
examples/test.py(+0 -11)📝
examples/unfollow_playlist.py(+4 -2)➕
examples/user_saved_episodes.py(+29 -0)➕
examples/user_saved_shows.py(+29 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.