Skip to main content

I am building a personal project to consolidate all my location data, and so am building an API consumer to fetch all my activities and their time/latlng streams. I am over-engineering in case friends want to use it (and because it’s fun).

It seems I could paginate explicitly with page or date-based with before. I see in the forum history, here, that there was a period when page didn’t work, but that it’s now reliable. Aesthetically, I prefer the date-based “cursor” approach.

Is there any guidance on which is preferred and/or future-proof?

Be the first to reply!

Reply