-
This project should use an external library for Spotify requests. Since it is rather request-intensive, throttling is an absolute must so that we don't butt up against Spotify's [rate limits](https://…
epsil updated
7 years ago
-
https://github.com/thelinmichael/spotify-web-api-node/blob/2fcd60c30368255dab658b534b4229909ace5d43/src/spotify-web-api.js#L145
For `getTracks()`, `50` is the max number of IDs to get, according to…
-
Hi all,
is there any way to do this ?
-
Hello,
I'm a developer seeking to integrate Spotify's Web API into my project for podcast analytics. I'm specifically interested in obtaining information about the total consumption time for podcas…
-
This is something I'd like to discuss with people actually using this lib.
I first tried to stick as closely as possible to the C API, just adding some javascript sugar and grouping namespaced C func…
Floby updated
11 years ago
-
-
When I open a player and send a play request it returns 404: Not found. After manually starting a song in the player, I can again control it, but if nothing has played for a while the error returns, e…
-
The library currently lacks a lot of JavaDoc. Almost all classes are without JavaDoc with the authorization classes as an exception.
It would be great if JavaDoc were to be added for the following…
-
**Describe the bug**
In the morning I can get the output from the below code, but at night when I clear all the output and start again, it keeps running and last for more than 3 hours but did not app…
-
**Is your feature request related to a problem? Please describe.**
Currently some api calls of the `SpotifyApi` interface return an object wrapping a `Paging` object. This is done because of how the …