We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71af049 commit 5d43a6dCopy full SHA for 5d43a6d
src/client/delphi_epidata.py
@@ -709,7 +709,7 @@ def covidcast_nowcast(
709
return Epidata._request(params)
710
711
@staticmethod
712
- async def get(params, session):
+ async def async_get(params, session):
713
"""Helper function to make Epidata GET requests."""
714
async with session.get(Epidata.BASE_URL, params=params) as response:
715
return await response.json(), params
0 commit comments