cjam / react-native-spotify-remote

React Native wrapper around the Spotify Remote SDK
MIT License
258 stars 101 forks source link

How can i get created playlist/track list data using Remote SDK? #212

Open Bhavin-hyperspace opened 2 years ago

Bhavin-hyperspace commented 2 years ago

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.

vishalsiddhi commented 2 years ago

Hello @cjam ,

Hope you are doing well.

Is there any update on this?

I have same question like @Bhavin-hyperspace.

vishalsiddhi commented 2 years ago

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

cjam commented 2 years ago

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).