zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.38k stars 291 forks source link

add an example using paging object #154

Closed RY908 closed 3 years ago

RY908 commented 3 years ago

Added an example using Spotify's paging object.

strideynet commented 3 years ago

What is this demonstrating that isn't demonstrated in the paging demo? I'd prefer to try and keep the demo codebase as small as possible because its a lot of code to maintain. Perhaps it would make more sense to add to the existing paging demo if something is missing.

RY908 commented 3 years ago

Sorry for bothering. I didn't notice that there is already an example using paging object.