mdmathias / DestinCLI

A command line tool to query Destiny data.
0 stars 0 forks source link

`ActivityHistory` should use paging #2

Open mdmathias opened 3 years ago

mdmathias commented 3 years ago

The ActivityHistory of a given mode returns a paginated result. Right now, the result assumes only page 0, which trims the resulting data. We should continue to build the result until the current page fails to produce new data.