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

latest release will have broken typescript integrations #111

Closed amelialaundy closed 6 years ago

amelialaundy commented 6 years ago

Release 1.1.0 didnt update the typescript bindings so the code doesn't require userId anymore but the bindings don't reflect that meaning that anyone writing typescript will still be calling the functions with the userId and it won't create the URI correctly screen shot 2018-08-24 at 8 30 55 am

I can do a PR too

JMPerez commented 6 years ago

Fixed and published!