A client-side JS wrapper for the Spotify Web API
-
Updated
Jul 2, 2021 - TypeScript
Add a description, image, and links to the spotify-library topic page so that developers can more easily learn about it.
To associate your repository with the spotify-library topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Currently some api calls of the
SpotifyApiinterface return an object wrapping aPaging<T>object. This is done because of how the Spotify Web API return their json.For instance
PlaylistSimplifiedPagingis just wrapping aroundPaging<PlaylistSimplified>. The end user would have to make an additional getter call to get