jakerm2002 / spotify-playlist-diff

0 stars 0 forks source link

Optimize calls to spotify API #5

Open jakerm2002 opened 1 year ago

jakerm2002 commented 1 year ago

Ideas: 1) Determine nextURL on our own; don't wait for spotify API call to give it to us 2) put the results of each spotify api call into an array where each result is a promise; then we can loop through the array and add in tracks where the promise is resolved.

jakerm2002 commented 1 year ago

If the request fails, we need to redo the request.

jakerm2002 commented 1 year ago

Figure out what do to if rate limiting fails on the call to get playlist info