The Wayback Machine - https://web.archive.org/web/20220512153107/https://github.com/topics/spotify-library
Skip to content
#

spotify-library

Here are 57 public repositories matching this topic...

jzheng2017
jzheng2017 commented Dec 22, 2020

Is your feature request related to a problem? Please describe.
Currently some api calls of the SpotifyApi interface return an object wrapping a Paging<T> object. This is done because of how the Spotify Web API return their json.

For instance PlaylistSimplifiedPaging is just wrapping around Paging<PlaylistSimplified>. The end user would have to make an additional getter call to get

enhancement good first issue api

Improve this page

Add a description, image, and links to the spotify-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spotify-library topic, visit your repo's landing page and select "manage topics."

Learn more