Uses of Interface
se.michaelthelin.spotify.requests.IRequest
Packages that use IRequest
Package
Description
-
Uses of IRequest in se.michaelthelin.spotify.requests
Classes in se.michaelthelin.spotify.requests that implement IRequestMethods in se.michaelthelin.spotify.requests that return IRequest -
Uses of IRequest in se.michaelthelin.spotify.requests.authorization
Classes in se.michaelthelin.spotify.requests.authorization that implement IRequestModifier and TypeClassDescriptionclassAbstract base class for authorization requests. -
Uses of IRequest in se.michaelthelin.spotify.requests.authorization.authorization_code
Classes in se.michaelthelin.spotify.requests.authorization.authorization_code that implement IRequestModifier and TypeClassDescriptionclassRefresh your access token by creating an Authorization Code Refresh request.classRequest an access token and refresh token by creating an Authorization Code request.classRequest an authorization code by creating an Authorization Code URI request. -
Uses of IRequest in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Classes in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce that implement IRequestModifier and TypeClassDescriptionclassRefresh your access token by creating an Authorization Code Refresh request.classRequest an access token by exchanging the authorization code for an access token with an Authorization Code request. -
Uses of IRequest in se.michaelthelin.spotify.requests.authorization.client_credentials
Classes in se.michaelthelin.spotify.requests.authorization.client_credentials that implement IRequestModifier and TypeClassDescriptionclassRequest an access token by creating a Client Credentials request. -
Uses of IRequest in se.michaelthelin.spotify.requests.data
Classes in se.michaelthelin.spotify.requests.data that implement IRequestModifier and TypeClassDescriptionclassAbstract base class for cursor-based paging data requests.classAbstract base class for paging data requests.classAbstract base class for data requests. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.albums
Classes in se.michaelthelin.spotify.requests.data.albums that implement IRequestModifier and TypeClassDescriptionclassGet Spotify catalog information for a single album.classGet Spotify catalog information about an album's tracks.classGet Spotify catalog information for multiple albums identified by their Spotify IDs. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.artists
Classes in se.michaelthelin.spotify.requests.data.artists that implement IRequestModifier and TypeClassDescriptionclassGet Spotify catalog information for a single artist identified by their unique Spotify ID.classGet Spotify catalog information about an artist’s albums.classGet Spotify catalog information about artists similar to a given artist.classGet Spotify catalog information about an artist’s top tracks by country.classGet Spotify catalog information for several artists based on their Spotify IDs. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.browse
Classes in se.michaelthelin.spotify.requests.data.browse that implement IRequestModifier and TypeClassDescriptionclassGet a single category used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).classGet a list of Spotify playlists tagged with a particular category.classGet a list of categories used to tag items in Spotify (on, for example, the Spotify player’s "Browse" tab).classGet a list of Spotify featured playlists (shown, for example, on a Spotify player’s "Browse" tab).classGet a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s "Browse" tab).classCreate a playlist-style listening experience based on seed artists, tracks and genres. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.browse.miscellaneous
Classes in se.michaelthelin.spotify.requests.data.browse.miscellaneous that implement IRequestModifier and TypeClassDescriptionclassRetrieve a list of available genres seed parameter values for recommendations. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.episodes
Classes in se.michaelthelin.spotify.requests.data.episodes that implement IRequestModifier and TypeClassDescriptionclassGet Spotify catalog information for a single episode identified by its unique Spotify ID.classGet Spotify catalog information for multiple episodes based on their Spotify IDs. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.follow
Classes in se.michaelthelin.spotify.requests.data.follow that implement IRequestModifier and TypeClassDescriptionclassCheck to see if the current user is following one or more artists or other Spotify users.classCheck to see if one or more Spotify users are following a specified playlist.classAdd the current user as a follower of one or more artists or other Spotify users.classAdd the current user as a follower of a playlist.classGet the current user’s followed artists.classRemove the current user as a follower of one or more artists or other Spotify users.classRemove the current user as a follower of a playlist. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.follow.legacy
Classes in se.michaelthelin.spotify.requests.data.follow.legacy that implement IRequestModifier and TypeClassDescriptionclassAdd the current user as a follower of a playlist.classRemove the specified user as a follower of a playlist. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.library
Classes in se.michaelthelin.spotify.requests.data.library that implement IRequestModifier and TypeClassDescriptionclassCheck if one or more albums is already saved in the current Spotify user’s "Your Music" library.classCheck if one or more episodes is already saved in the current Spotify user's 'Your Episodes' library.classCheck if one or more shows is already saved in the current Spotify user’s library.classCheck if one or more tracks is already saved in the current Spotify user’s "Your Music" library.classGet a list of the albums saved in the current Spotify user’s "Your Music" library.classGet a list of the episodes saved in the current Spotify user's library.classGet a list of shows saved in the current Spotify user’s library.classGet a list of the songs saved in the current Spotify user’s "Your Music" library.classRemove one or more albums from the current user’s "Your Music" library.classRemove one or more episodes from the current user's library.classDelete one or more shows from current Spotify user’s library.classRemove one or more tracks from the current user’s "Your Music" library.classSave one or more albums to the current user’s "Your Music" library.classSave one or more episodes to the current user's library.classSave one or more shows to current Spotify user’s library.classSave one or more tracks to the current user’s "Your Music" library. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.personalization
Classes in se.michaelthelin.spotify.requests.data.personalization that implement IRequestModifier and TypeClassDescriptionclassThis class only exists for theoretical purposes. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.personalization.simplified
Classes in se.michaelthelin.spotify.requests.data.personalization.simplified that implement IRequestModifier and TypeClassDescriptionclassGet the current user’s top artists based on calculated affinity.classGet the current user’s top tracks based on calculated affinity. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.player
Classes in se.michaelthelin.spotify.requests.data.player that implement IRequestModifier and TypeClassDescriptionclassAdd a track or an episode to the end of the user's current playback queue.classGet tracks from the current user’s recently played tracks.classGet information about the user’s current playback state, including track, track progress, and active device.classGet the list of objects that make up the user's queue.classGet information about a user’s available devices.classGet the object currently being played on the user’s Spotify account.classPause playback on the user’s account.classSeeks to the given position in the user’s currently playing track.classSet the repeat mode for the user’s playback.classSet the volume for the user’s current playback device.classSkips to next track in the user’s queue.classSkips to previous track in the user’s queue.classStart a new context or resume current playback on the user’s active device.classToggle shuffle on or off for user’s playback.classTransfer playback to a new device and determine if it should start playing. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.playlists
Classes in se.michaelthelin.spotify.requests.data.playlists that implement IRequestModifier and TypeClassDescriptionclassAdd one or more items to a user’s playlist.classChange a playlist’s name and public/private state.classCreate a playlist for a Spotify user.classGet a list of the playlists owned or followed by the current Spotify user.classGet a list of the playlists owned or followed by a Spotify user.classGet the current image associated with a specific playlist.classGet a playlist owned by a Spotify user.classGet full details of the tracks or episodes of a playlist owned by a Spotify user.classRemove one or more items from a user’s playlist.classReorder an item or a group of items in a playlist.classReplace all the items in a playlist, overwriting its existing items.classReplace the image used to represent a specific playlist. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.search
Classes in se.michaelthelin.spotify.requests.data.search that implement IRequestModifier and TypeClassDescriptionclassGet Spotify catalog information about artists, albums, episodes, playlists, shows or tracks that match a keyword string. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.search.simplified
Classes in se.michaelthelin.spotify.requests.data.search.simplified that implement IRequestModifier and TypeClassDescriptionclassGet Spotify catalog information about albums that match a keyword string.classGet Spotify catalog information about artists that match a keyword string.classGet Spotify catalog information about episodes that match a keyword string.classGet Spotify catalog information about playlists that match a keyword string.classGet Spotify catalog information about shows that match a keyword string.classGet Spotify catalog information about tracks that match a keyword string. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.search.simplified.special
Classes in se.michaelthelin.spotify.requests.data.search.simplified.special that implement IRequestModifier and TypeClassDescriptionclassGet Spotify catalog information about albums that match a keyword string. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.shows
Classes in se.michaelthelin.spotify.requests.data.shows that implement IRequestModifier and TypeClassDescriptionclassGet Spotify catalog information for multiple shows based on their Spotify IDs.classGet Spotify catalog information for a single show identified by its unique Spotify ID.classGet Spotify catalog information about an show’s episodes. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.tracks
Classes in se.michaelthelin.spotify.requests.data.tracks that implement IRequestModifier and TypeClassDescriptionclassGet a detailed audio analysis for a single track identified by its unique Spotify ID.classGet audio features for multiple tracks based on their Spotify IDs.classGet audio feature information for a single track identified by its unique Spotify ID.classGet Spotify catalog information for multiple tracks based on their Spotify IDs.classGet Spotify catalog information for a single track identified by its unique Spotify ID. -
Uses of IRequest in se.michaelthelin.spotify.requests.data.users_profile
Classes in se.michaelthelin.spotify.requests.data.users_profile that implement IRequestModifier and TypeClassDescriptionclassGet detailed profile information about the current user (including the current user’s username).classGet public profile information about a Spotify user.