duneanalytics / dune-client

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

Configurable Client Constants #88

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

Making BASE_URL and REQUEST_TIMEOUT (formerly DEFAULT_TIMEOUT) constants configurable through environment.

Closes #82

Test Plan

No logical changes - Existing CI should suffice.

cc @RichardKeo