Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top artists and tracks aren't paginatable #1016

Open
M1841 opened this issue Dec 12, 2024 · 0 comments
Open

Top artists and tracks aren't paginatable #1016

M1841 opened this issue Dec 12, 2024 · 0 comments

Comments

@M1841
Copy link

M1841 commented Dec 12, 2024

The SpotifyClient.UserProfile.GetTopArtists and SpotifyClient.UserProfile.GetTopTracks methods return UsersTopArtistsResponse and UsersTopTracksResponse objects respectively, which seem identical to Paginate<FullArtist> and Paginate<FullTrack> with the exception that they don't implement IPaginatable, so they can't be used in SpotifyClient.Paginate. Was that a conscious design choice to avoid pagination? Because that feels counter-intuitive to me, since the top artists and tracks seem like prime examples of data that should be paginated, as there can be lots of them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant