Closed
Description
Is your feature request related to a problem? Please describe.
The two examples for how to bulk download from the orders api and the data api both just show asynchronously calling two functions. In most use cases, users will be generating functions from a list of e.g. geojson so they need to know how to asyncrhonously call a dynamically generated list of functions.
Describe the solution you'd like
Change examples to show how to dynamically make a list of functions to call asynchronously (as is shown here).
Describe alternatives you've considered
Additional context