Strava v0.0.1 Strava.Paginator

Requests that return multiple items will be paginated to 30 items by default. The page parameter can be used to specify further pages or offsets. The per_page may also be used for custom page sizes up to 200.

More info: https://strava.github.io/api/#pagination

Summary

Functions

stream(request, per_page \\ Strava.max_page_size(), first_page \\ 1, delay_between_requests_in_milliseconds \\ 1000)