Closed
Description
Reading through fetch
, the callflow is:
fetch
cache_epidata_call
- either
fetch_tbl
orfetch_classic
fetch_tbl
checks if the method only supports classic and errors out, but then confusingly proceeds to callfetch_classic
anywayfetch_classic
makes a request
My preference would be:
- absorb the
fetch_tbl
andfetch_classic
logic into a unified imperativefetch
- pull the actual fetching part out of
cache_epidata_call
and only do theis_cacheable
checking and storing there after the fetch has gone through
Metadata
Metadata
Assignees
Labels
No labels