Skip to content

search :country

Grzegorz Zacharski edited this page Dec 6, 2020 · 5 revisions

Opis

Aplikacja zwraca listę z danymi dla podanego kraju dla całego okresu.

Opis działania:

//TO DO

Odpowiedź:

{
 [
   {
        "Country": "theCountry",
        "CountryCode": "theCountryCode",
        "Confirmed": numberOfConfirmed,
        "Deaths": numberOfDeaths,
        "Recovered": numberOfRecovered,
        "Active": NumberOfActive,
        "Date": "theDate"
    }
 ]
}