Closed
Description
We have async request functionality here. Not having worked with async much, I have questions:
- what is the main use case?
- can we do without it?
My guess at the first is: it helps when making many requests in parallel. My guess at the second is: yes, we don't have that functionality in epidatr
and that client works well enough.
Removing async support would reduce maintenance work and would allow us to switch completely to delphi-epidata.py
as the backend (see #29).
There is an async smoke test here and a regular one here. Those could provide some good examples to get started in testing.
Metadata
Metadata
Assignees
Labels
No labels