-
Hello all,
I'm new on spotify API and i'm sorry if i ask something that could be obvious for an expert one.
I have download code from repository but when i try to compile project with maven i reache…
-
Support the whole [Web API Endpoint Reference](https://developer.spotify.com/web-api/endpoint-reference/).
-
It might be better to use a constructor for building wrappers so you don't expose the `token api` and you only set it once.
Eg:
```js
class SpotifyWrapper {
constructor(token) {
this.requ…
-
I am currently using wamp and installed this spotify web api wrapper. I am having issues with it. My php version is 7.0.23..
![cert_error](https://user-images.githubusercontent.com/4451929/30794101…
-
Lately I've been trying to use this lib in my JavaFX project and I still can't get it to work. I'm using IDEA 2017.2.6, and these are the basic steps to reproduce my problem:
- Create a new JavaFX …
-
Hello -
We've been using your library successfully for the past several months, but noticed today that the createPlaylists endpoint no longer works. It always returns a 400 Bad Request.
-
I try to use this wrapper in a ES6 react app with webpack by importing like this:
```javascript
const spotifyApi = new SpotifyWebApi({
clientId : '...',
clientSecret : '...'
})
spotifyApi.…
-
HI there,
I am trying to pimp my MagicMirror^2 project with a module that turns on music on voice-command. Now I am pondering if I can use your lib to access spotify and get some random music from it…
rejas updated
7 years ago
-
Hi all,
Repology publishes a list of `problems' in repositories. Mostly they're issues with homepage redirects and 404s but probably worth looking into.
https://repology.org/repository/nix_unsta…
-
Stated a few times in the docs are watchers such as `aw-watcher-web` and `aw-watcher-spotify` etc. But it's never mentioned how these are run, or where to state them so `aw-qt` can pick them up and ru…