mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
* Auto-refresh AuthCode flow token. * Reformatted. * Reformatted. * Removed invalid syntax. * Removed abstract class SpotifyAuthManager. * Fix typo on docstrings. * Optionally try to fetch main input parameters from environment. Implements the capability of trying to fetch the following parameters from the environment, when they're not directly passed to the authorization handler. The affected parameters are: client_id, client_secret, redirect_uri. An SpotifyOauthError is raised if no value gets found. * Removed f-string for Python2 compatibility. * Fix line-too-long. * Remove useless import. * Add username to docstring. * Remove redundant return. * Fix empty lines print statement for backward compatibility with Python2. * Update simple4 example. * Set optional 'as_dict' parameter on OAuth 'get_access_token'. * Update changelog. Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com> |
||
|---|---|---|
| .. | ||
| add_a_saved_album.py | ||
| add_a_saved_track.py | ||
| add_tracks_to_playlist.py | ||
| artist_albums.py | ||
| artist_discography.py | ||
| artist_recommendations.py | ||
| audio_analysis_for_track.py | ||
| audio_features_for_track.py | ||
| audio_features.py | ||
| change_playlist_details.py | ||
| client_credentials_flow.py | ||
| contains_a_saved_track.py | ||
| create_playlist.py | ||
| delete_a_saved_track.py | ||
| errors.py | ||
| my_playlists.py | ||
| my_top_artists.py | ||
| my_top_tracks.py | ||
| read_a_playlist.py | ||
| remove_specific_tracks_from_playlist.py | ||
| remove_tracks_from_playlist.py | ||
| replace_tracks_in_playlist.py | ||
| search.py | ||
| show_album.py | ||
| show_artist_top_tracks.py | ||
| show_artist.py | ||
| show_featured_playlists.py | ||
| show_my_saved_tracks.py | ||
| show_new_releases.py | ||
| show_related.py | ||
| show_track_info.py | ||
| show_tracks.py | ||
| show_user.py | ||
| simple0.py | ||
| simple1.py | ||
| simple2.py | ||
| simple3.py | ||
| simple4.py | ||
| test_request_timeout.py | ||
| title_chain.py | ||
| tracks.py | ||
| user_playlists_contents.py | ||
| user_playlists.py | ||
| user_public_playlists.py | ||
| user_saved_albums_delete.py | ||