react-native-spotify-remote
react-native-spotify-remote copied to clipboard
How can i get created playlist/track list data using Remote SDK?
Hello @cjam! How can i get created playlist/track list data using Remote SDK? b'coz i want to get all the data which i have on spotify.
Hello @cjam ,
Hope you are doing well.
Is there any update on this?
I have same question like @Bhavin-hyperspace.
Hello @cjam ,
Hope you are doing well.
Is there any update on this?
I have same question like @Bhavin-hyperspace.
Are we able to get list of playlist like we are getting it from older sdk of spotify
=> spotifyAPI.sendRequest('v1/users/{userID}/playlists', 'GET', params, true)
Is there any way to achieve this using this?
https://developer.spotify.com/documentation/web-api/reference/#/operations/get-list-users-playlists
https://api.spotify.com/v1/users/{user_id}/playlists
I've found that Spotify's web sdk is more robust for getting / creating playlists. The remote SDK unfortunately had some limitations when it came to querying for lists of items (at least when I was working with it).