cmu-delphi/delphi-epidata

Add min_issue to covidcast metadata endpoint

Open

#232 opened on Oct 1, 2020

 (1 comment) (0 reactions) (1 assignee)Python (67 forks)auto 404
Engineeringenhancementgood first issueneeds scale test rig

Repository metrics

Stars
 (104 stars)
PR merge metrics
 (PR metrics pending)

Description

The endpoint contains max_issue, but does not report min_issue, so users don't know what range they can do as_of queries for. We should add this to the metadata calculation and the API endpoint, then update the clients to ensure they return it in correct format (as a date object rather than a string).

Contributor guide