mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #1049] [CLOSED] Jonathan Huston's 12-04-2023 code review of /examples directory #1137
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#1137
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/1049
Author: @jonathan-huston
Created: 12/5/2023
Status: ❌ Closed
Base:
master← Head:code_review_JH📝 Commits (1)
8358b26Jonathan Huston's 12-04-2023 code review of /examples/ directory📊 Changes
11 files changed (+78 additions, -5 deletions)
View changed files
📝
examples/add_a_saved_album.py(+8 -1)📝
examples/add_a_saved_track.py(+4 -0)📝
examples/add_tracks_to_playlist.py(+4 -0)📝
examples/artist_albums.py(+10 -0)📝
examples/artist_discography.py(+21 -2)📝
examples/artist_recommendations.py(+10 -0)📝
examples/audio_analysis_for_track.py(+11 -0)📝
examples/audio_features.py(+2 -0)📝
examples/change_playlist_details.py(+1 -0)📝
examples/client_credentials_flow.py(+2 -0)📝
examples/follow_playlist.py(+5 -2)📄 Description
I performed an initial code review the examples directory. I started with add_a_saved_album.py and went in alphabetical order until follow_playlist.py. Here are my findings.
See comments in files below.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.