Created
July 18, 2019 20:59
-
-
Save clementf/5fd2a180633b9ee3f5854885f2e424ad to your computer and use it in GitHub Desktop.
Markdium-Iterator, how to handle paginated APIs in Crystal, with lazy loading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Spotify::Tracks.new(playlist_id).each { |track| puts track.name } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment