duneanalytics / dune-client

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

Remove Trailing `?` in URL #11

Closed bh2smith closed 2 years ago

bh2smith commented 2 years ago

When a query has empty parameters, the url was leaving a trailing ?. This doesn't affect performance, so this is not an urgent change.