Refresh methods according to the official documentation#1223
Draft
dieser-niko wants to merge 3 commits intomasterfrom
Draft
Refresh methods according to the official documentation#1223dieser-niko wants to merge 3 commits intomasterfrom
dieser-niko wants to merge 3 commits intomasterfrom
Conversation
…hecked is `current_user_saved_albums_contains`)
…of artist_albums because it's not deprecated, only one parameter is.
Member
Author
|
This is a list of all endpoints and their respective spotipy methods. A global issue was also identified: the exclusion of episodes. Also, some endpoints only fetch tracks instead of tracks and episodes. There are some missing methods too. These are:
AlbumsDetailsGet Album
Get Several Albums
Get Album Tracks
Get User's Saved Albums
Save Albums for Current User
Remove Users' Saved Albums
Check User's Saved Albums
Get New Releases
ArtistsDetailsGet Artist
Get Several Artists
Get Artist's Albums
Get Artist's Top Tracks
Get Artist's Related Artists (deprecated)
AudiobooksDetailsGet an Audiobook
Get Several Audiobooks
Get Audiobook Chapters
Get User's Saved AudiobooksSave Audiobooks for Current UserRemove User's Saved AudiobooksCheck User's Saved AudiobooksCategoriesChaptersEpisodesDetailsGet Episode
Get Several Episodes
Get User's Saved Episodes
Save Episodes for Current User
Remove User's Saved Episodes
Check User's Saved Episodes
GenresMarketsPlayerDetailsGet Playback State
Transfer Playback
Get Available Devices
Get Currently Playing Track
Start/Resume Playback
Pause Playback
Skip To Next
Skip To Previous
Seek To Position
Set Repeat Mode
Set Playback Volume
Toggle Playback Shuffle
Get Recently Played Tracks
Get the User's Queue
Add Item to Playback Queue
PlaylistsDetailsGet Playlist
Change Playlist Details
Get Playlist Items
Update Playlist Items
Add Items to Playlist
Remove Playlist Items
Get Current User's Playlists
Get User's Playlists
Create Playlist
Get Featured Playlists (deprecated)
Get Category's Playlists (deprecated)
Get Playlist Cover Image
Add Custom Playlist Cover Image
SearchShowsDetailsGet Show
Get Several Shows
Get Show Episodes
Get User's Saved Shows
Save Shows for Current User
Remove User's Saved Shows
Check User's Saved Shows
TracksDetailsGet Track
Get Several Tracks
Get User's Saved Tracks
Save Tracks for Current User
Remove User's Saved Tracks
Check User's Saved Tracks
Get Several Tracks' Audio Features (deprecated)
Get Track's Audio Features (deprecated) (also not in use)Get Track's Audio Analysis (deprecated)
Get Recommendations (deprecated)
UsersDetailsGet Current User's Profile
Get User's Top Items
Get User's Profile
Follow Playlist
Unfollow Playlist
Get Followed Artists
Follow Artists or Users
Unfollow Artists or Users
Check If User Follows Artists or Users
Check if Current User Follows Playlist
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is already overdue, so if anyone wants to point out if I missed a function, let me know.
Closes #1211
Closes #1210