spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

A Node.js wrapper for Spotify's Web API.

Results 127 spotify-web-api-node issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

https://github.com/thelinmichael/spotify-web-api-node/issues/471

Solution for #506 - possibility to set default headers for all API requests, e.g `Accept-Language` ```js const api = new SpotifyWebApi(); api.setDefaultHeaders({'Accept-Language': 'ru'}); ``` So it will correctly fetch artists...

For example `Accept-Language` to make Spotify return artist names as is, not transliterated https://stackoverflow.com/questions/69410348/how-does-the-spotify-api-match-non-english-data-e-g-artist-name https://github.com/music-assistant/hass-music-assistant/issues/751

The link under the Features section and Shows subsection no longer works. Dead Link: https://developer.spotify.com/documentation/web-api/reference/shows/get-a-show I believe this is the link for the replacement: https://developer.spotify.com/documentation/web-api/reference/get-a-show ### Relevant Line: - [Get...