JMPerez / spotify-web-api-js

A client-side JS wrapper for the Spotify Web API
https://jmperezperez.com/spotify-web-api-js/
MIT License
1.87k stars 265 forks source link

URI-encode path components like userid #40

Closed JMPerez closed 6 years ago

JMPerez commented 8 years ago

This is a task to check (and fix if broken) whether the wrapper handles properly usernames like #mimble!, that start with a hashtag and can affect the rest of the URL making it return an error.

Related: https://github.com/thelinmichael/spotify-web-api-java/issues/53

JMPerez commented 6 years ago

Closing issue since this works perfectly without needing any changes.