Skip to content

Do we need to support async requests? #30

Closed
@dshemetov

Description

@dshemetov

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions