nat236919 / covid19-api

API for exploring COVID-19 cases around the globe
https://nuttaphat.com/covid19-api/
MIT License
119 stars 63 forks source link

Adding state field to TimeseriesCaseModelBuilder #283

Closed PresidentKevvol closed 3 years ago

PresidentKevvol commented 3 years ago

Related Issue:

None

Proposed Changes

Added state field to TimeseriesCaseModelBuilder (a builder class I suggested) So future contributors can use the state field in other code to make sure the builder object is created correctly and ready to be built by calling .build()

Addtional Info

I added this in another old fork which I added the builder classes to. My apologies for bombarding this project with pull requests, as these are experimental additions I use to apply patterns.

Checklist