mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #961] [MERGED] Codebase Refactor for v3 #1095
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#1095
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/961
Author: @HighnessAtharva
Created: 4/8/2023
Status: ✅ Merged
Merged: 1/16/2025
Merged by: @stephanebruckert
Base:
v3_rebase_rebase← Head:v3📝 Commits (10+)
f3d1192Update changelog and setup to v3f7ae328Fixed audio_features API wrapper function return structure (#653)07fec53V3 (#665)4fe6350Sync branches (#667)0b6ede6AddedMemoryCacheHandler, a cache handler that simply stores the token info in memory as an instance attribute of this class.bc7343cFixed a bug inCacheFileHandler.__init__: The documentation says that the username will be retrieved from the environment, but it wasn't.aa9652fMerge branch 'v3' into masterb6c3961Merge pull request #1 from Peter-Schorn/masterbd80181Renamed theauthparameter ofSpotify.__init__toaccess_tokenfor better clarity.8973fc2Fixed lint issues📊 Changes
28 files changed (+335 additions, -330 deletions)
View changed files
📝
CHANGELOG.md(+54 -45)📝
CONTRIBUTING.md(+8 -9)📝
README.md(+7 -5)📝
TUTORIAL.md(+17 -6)📝
docs/conf.py(+1 -1)📝
docs/index.rst(+1 -1)📝
docs/requirements.txt(+1 -1)📝
examples/app.py(+1 -3)📝
examples/artist_albums.py(+2 -5)📝
examples/artist_discography.py(+2 -5)📝
examples/artist_recommendations.py(+2 -5)➕
examples/playlist_add_items.py(+12 -0)📝
examples/playlist_all_non_local_tracks.py(+1 -2)📝
examples/remove_specific_tracks_from_playlist.py(+1 -2)📝
examples/search.py(+1 -5)📝
examples/show_featured_playlists.py(+1 -4)📝
examples/show_new_releases.py(+1 -4)📝
examples/show_related.py(+2 -6)📝
examples/show_user.py(+1 -5)📝
examples/simple_search_artist_image_url.py(+2 -6)...and 8 more files
📄 Description
Implemented suggestions for #652. Handles all proposed changes in #960
Most of these changes include:-
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.