cmu-delphi / epidatpy

Delphi Epidata API Python Client
MIT License
0 stars 1 forks source link

adapt for required api_key #3

Closed sgratzl closed 5 months ago

sgratzl commented 3 years ago

breaking change:

there is no anonymous epidata instance anymore but it needs to be initiated with an API key first

epidata = Epidata("test")
apicall = epidata.covidcast("fb-survey", "smoothed_cli", "day", "nation", Epidata.range(20210405, 20210410), "us")
apicall.classic()