reichlab / zoltr

http://reichlab.io/zoltr/
GNU General Public License v3.0
2 stars 4 forks source link

add source argument to upload_forecast() #22

Open matthewcornell opened 4 years ago

matthewcornell commented 4 years ago

Currently it's whatever the temp filename is, e.g., "forecast134574f8ce3bb.json". Requires some back-end changes. Alternately, we could find a way to have httr::POST pass a specific filename, like Python requests does.