JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.47k stars 297 forks source link

[docs] Add note about including "next" field when using pagination #962

Closed sjasct closed 2 months ago

sjasct commented 3 months ago

This just took 20 minutes of my life away, so I thought it would be worth adding to the docs to save anyone else from it!

Just next seemed to work for my case when using PaginateAll with SimplePaginator but I'm not sure if any of the other pagination fields might be needed for more niche scenarios.

JohnnyCrazy commented 2 months ago

Makes totally sense to add this, thanks!