duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

Asynchronous client: Enable pagination by default #109

Closed RichardKeo closed 8 months ago

RichardKeo commented 8 months ago

This enables the asynchonous client to use pagination by default when retrieving results.

It doesn't publicly expose pagination (e.g. the ability to retrieve only one page) but could be added later on