-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do we need to support async requests? #30
Comments
Also this issue. |
TL;DR of above issues:
|
Closed by #28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have async request functionality here. Not having worked with async much, I have questions:
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.
The text was updated successfully, but these errors were encountered: