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.86k stars 260 forks source link

Update spotify-api.d.ts #178

Closed UlysseM closed 4 years ago

UlysseM commented 4 years ago

This keeps the PlaylistObjectFull/Simplified up to date with the documentation (https://developer.spotify.com/documentation/web-api/reference/object-model/#playlist-object-simplified).

I've also submitted a PR on https://github.com/DefinitelyTyped/DefinitelyTyped/pull/46514 , which will help if you decide to pull the latest version from there.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 98.537% when pulling 27d2bb8b6d6c531b3b59fa3a75b384ec9c51a712 on UlysseM:patch-1 into b4adb6b362b4b23ccfa406f7eb82b3ea8e2da289 on JMPerez:master.

JMPerez commented 4 years ago

Thanks for your PR, @UlysseM!

UlysseM commented 4 years ago

Thanks for the quick release :)