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
In the documentation, the first parameter of "areFollowingPlaylist" is not specified.
In the doc it is written that "playlistId", and an array of usernames suffice, but in the implementation it is specified (as the first parameter), the "userId".
Looks like the endpoint structure itself might've changed.
This is the current endpoint from the Spotify docs: GET /playlists/{playlist_id}/followers/contains
This is how it's being implemented here: GET /users/{user_id/playlists/{playlist_id}/followers/contains
In the documentation, the first parameter of "areFollowingPlaylist" is not specified.
In the doc it is written that "playlistId", and an array of usernames suffice, but in the implementation it is specified (as the first parameter), the "userId".
Documentation version: areFollowingPlaylist(playlistId, [followerIds])
Implementation version: areFollowingPlaylist(userId, playlistId, [followerIds])
Could you please update the documentation?
The text was updated successfully, but these errors were encountered: