You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>These endpoints allow for viewing and controlling user playback. Please view <ahref="https://developer.spotify.com/web-api/working-with-connect/">the official documentation</a>
160
-
for more information on how this works. This is in beta and is available for <strong>premium users only</strong>. Endpoints are <strong>not</strong> guaranteed to work</p>
162
+
for more information on how this works. This is in beta and is available for <strong>premium users only</strong>. Endpoints are <strong>not</strong> guaranteed to work and are subject to change!</p>
<p>Wraps around <ahref="../com.adamratzman.spotify.models/-error-object/index.html#com.adamratzman.spotify.models.ErrorObject">ErrorObject</a></p>
255
+
<p>Wraps around <ahref="../com.adamratzman.spotify.models/-error-object/index.html#com.adamratzman.spotify.models.ErrorObject">ErrorObject</a>. Serialized raw Spotify error response</p>
<p><ahref="../com.adamratzman.spotify/-spotify-app-api/index.html#com.adamratzman.spotify.SpotifyAppApi">SpotifyAppApi</a> builder for api creation using client authorization</p>
<p><ahref="../com.adamratzman.spotify/-spotify-client-api/index.html#com.adamratzman.spotify.SpotifyClientApi">SpotifyClientApi</a> builder for api creation using client authorization</p>
<p>Represents a Spotify Token, retrieved through instantiating a <ahref="#">SpotifyAPI</a></p>
720
+
<p>Represents a Spotify Token, retrieved through instantiating a <ahref="../com.adamratzman.spotify/-spotify-api/index.html#com.adamratzman.spotify.SpotifyApi">SpotifyApi</a></p>
<p>The track attribute wrapper contains a set value for a specific <ahref="../com.adamratzman.spotify.endpoints.public/-tuneable-track-attribute/index.html#com.adamratzman.spotify.endpoints.public.TuneableTrackAttribute">TuneableTrackAttribute</a></p>
Copy file name to clipboardExpand all lines: docs/docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.client/-client-following-api/-init-.html
Copy file name to clipboardExpand all lines: docs/docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.client/-client-following-api/follow-artist.html
<p>Add the current user as a follower of an artist</p>
14
14
<p><strong>Requires</strong> the <ahref="../../com.adamratzman.spotify/-spotify-scope/-u-s-e-r_-f-o-l-l-o-w_-m-o-d-i-f-y.html#com.adamratzman.spotify.SpotifyScope.USER_FOLLOW_MODIFY">SpotifyScope.USER_FOLLOW_MODIFY</a> scope</p>
Copy file name to clipboardExpand all lines: docs/docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.client/-client-following-api/follow-artists.html
<p>Add the current user as a follower of other artists</p>
14
14
<p><strong>Requires</strong> the <ahref="../../com.adamratzman.spotify/-spotify-scope/-u-s-e-r_-f-o-l-l-o-w_-m-o-d-i-f-y.html#com.adamratzman.spotify.SpotifyScope.USER_FOLLOW_MODIFY">SpotifyScope.USER_FOLLOW_MODIFY</a> scope</p>
Copy file name to clipboardExpand all lines: docs/docs/spotify-web-api-kotlin/com.adamratzman.spotify.endpoints.client/-client-following-api/follow-playlist.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ <h1>followPlaylist</h1>
16
16
<p>Note that the scopes you provide determine only whether the current user can themselves follow the playlist
17
17
publicly or privately (i.e. show others what they are following), not whether the playlist itself is
0 commit comments