mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #671] [MERGED] V3 #989
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#989
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/671
Author: @Peter-Schorn
Created: 4/14/2021
Status: ✅ Merged
Merged: 4/14/2021
Merged by: @stephanebruckert
Base:
v3← Head:v3📝 Commits (10+)
dc89a00Added cache handler toSpotifyClientCredentialsand fixed a bug in refresh tokens methods that raised the wrong exception (#655)8db120fUpdate simple3.py (#663)f420247Update artist_discography.py (#664)25f9df2Added new endpoints (#666)36bdeb0Bump to 2.18.00b6ede6AddedMemoryCacheHandler, 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.📊 Changes
36 files changed (+316 additions, -1171 deletions)
View changed files
📝
CHANGELOG.md(+90 -25)📝
examples/artist_albums.py(+1 -1)📝
examples/artist_discography.py(+2 -2)📝
examples/artist_recommendations.py(+2 -2)📝
examples/audio_analysis_for_track.py(+2 -2)📝
examples/audio_features.py(+2 -2)📝
examples/audio_features_for_track.py(+2 -2)📝
examples/client_credentials_flow.py(+2 -2)➖
examples/multiple_accounts.py(+0 -10)📝
examples/player.py(+1 -1)📝
examples/playlist_all_non_local_tracks.py(+1 -1)📝
examples/playlist_tracks.py(+2 -2)📝
examples/read_a_playlist.py(+2 -2)📝
examples/search.py(+1 -1)📝
examples/show_album.py(+1 -1)📝
examples/show_artist.py(+1 -1)📝
examples/show_artist_top_tracks.py(+1 -1)📝
examples/show_related.py(+2 -2)📝
examples/show_track_info.py(+1 -1)📝
examples/show_tracks.py(+2 -2)...and 16 more files
📄 Description
I merged the changes from my master branch into v3. Now we need to merge Peter-Schorn:v3 into plamere:v3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.