Covid19 Api Versions Save

API for exploring COVID-19 cases around the globe

v2.1.3

2 years ago

Changes

v2.1.2

3 years ago

Changes

  • Implement Models and Integrators separately
  • Create aggregated get_data methods for Daily reports data
  • Create aggregated get_data methods for Time series data
  • Update tests

v2.1.0

3 years ago

Changes

  • Create Integrators and Models for APIv2
  • Create Integrators and Models for APIv1 (partly supported)
  • APIv2 data structure changes (please refer to the current structures here )
    • /confirmed
    • /deaths
    • /recovered
    • /active
    • /current/US
    • /timeseries/US

v2.0.4

3 years ago
  • Optimise search country by name or id functionality
  • Refactor coding style
  • Update documentation

v2.0.3

3 years ago
  • Reconstruct documentation
  • Update uvicorn version for security purposes

v.2.0.2

3 years ago
  • Optimise v2 model on getting country data
  • Update the main file to the current version

v2.0.1

3 years ago
  • Update README.md
  • Update git-page
  • Exclude unused libraries

v2.0.0

3 years ago
  • Add API v1 and v2
  • Ready for Docker deployment