mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #825] [CLOSED] Code of Conduct Contribution + Set up guide #1031
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#1031
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/825
Author: @ironbrrian
Created: 6/9/2022
Status: ❌ Closed
Base:
master← 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
40 files changed (+565 additions, -1204 deletions)
View changed files
📝
.github/workflows/pythonapp.yml(+1 -1)📝
CHANGELOG.md(+100 -17)📝
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)...and 20 more files
📄 Description
Code of conduct documentation (1).pdf
Set up guide visual studio code.pdf
Added code of conduct + detailed set up guide.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.