-
Notifications
You must be signed in to change notification settings - Fork 94
Authorization Scopes
Hayri Bakici edited this page Apr 23, 2023
·
7 revisions
The AuthorizationScopes
are split into multiple subclasses. They reflect the spotify scope documentation. This wiki lists all the methods, which are involved in the AuthorizationScope
. For more detailed documentation, check out the api reference.
spotify.search.get()
spotify.me.get()
spotify.playlists.followedBy()
spotify.playlists.me()
spotify.users.playlist()
spotify.playlists.followPlaylist()
spotify.playlists.unfollowPlaylist()
spotify.playlists.addTrack()
spotify.playlists.addTracks()
spotify.playlists.createPlaylist()
spotify.playlists.updatePlaylist()
spotify.playlists.removePlaylist()
spotify.playlists.createPlaylist()
spotify.playlists.removeTrack()
spotify.playlists.removeTracks()
spotify.playlists.replace()
spotify.playlists.reorder()
spotify.playlists.updatePlaylistImage()
spotify.playlists.updatePlaylistImage()
spotify.player.devices()
spotify.player.playbackState()
spotify.player.pause()
spotify.player.previous()
spotify.player.next()
spotify.player.seek()
spotify.player.volume()
spotify.player.shuffle()
spotify.player.repeat()
spotify.player.startOrResume()
spotify.player.addToQueue()
spotify.player.currentlyPlaying()
spotify.player.queue()
spotify.player.transfer()
spotify.me.savedEpisodes()
spotify.me.containsSavedEpisodes()
spotify.me.savedAlbums()
spotify.me.containsSavedAlbums()
spotify.tracksMe.contains()
spotify.tracksMe.containsOne()
spotify.tracksMe.saved()
spotify.me.removeAlbums()
spotify.me.removeEpisodes()
spotify.me.saveEpisodes()
spotify.me.saveAlbums()
spotify.tracksMe.saveOne()
spotify.tracksMe.save()
spotify.tracksMe.remove()
spotify.tracksMe.removeOne()
spotify.episodes.get()
spotify.episodes.list()
spotify.shows.get()
spotify.shows..list()
spotify.shows.episodes()
spotify.me.topTracks()
spotify.me.topArtists()
spotify.player.currentlyPlaying()
spotify.me.isFollowing()
spotify.me.following()
spotify.me.follow()
spotify.me.unfollow()