Skip to content

Commit a2473c1

Browse files
committed
Multiline in table cell fixed for response definitions table
1 parent b279cce commit a2473c1

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

README.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -190,25 +190,24 @@ __Query String Parameters__
190190

191191

192192
__Response definitions__
193-
| __Response Item__ | __Description__ | __Type__ |
194-
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------- |
195-
| {latest} | The total amount of confirmed cases, deaths and recovered for all the locations | Object |
196-
| {latest}/confirmed | The up-to-date total number of confirmed cases for all the locations within the data-source | Integer |
197-
| {latest}/deaths | The up-to-date total amount of deaths for all the locations within the data-source | Integer |
198-
| {latest}/recovered | The up-to-date total amount of recovered for all the locations within the data-source | Integer |
199-
| {locations} | The collection of locations contained within the data-source | Object |
200-
| {location} | Information that identifies a location | Object |
201-
| {latest} | The amount of confirmed cases, deaths and recovered related to the specific location | Object |
202-
| {locations}/{location}/{latest}/confirmed | The up-to-date number of confirmed cases related to the specific location | Integer |
203-
| {locations}/{location}/{latest}/deaths | The up-to-date number of deaths related to the specific location | Integer |
204-
| {locations}/{location}/{latest}/recovered | The up-to-date number of recovered related to the specific location | Integer |
205-
| {locations}/{location}/id | The location id. This unique id is assigned to the location by the data-source. | Integer |
206-
| {locations}/{location}/country | The Country name | String |
207-
| {locations}/{location}/country_code | The [ISO alpha-2 country_code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) Country code for the location. | String |
208-
| {locations}/{location}/province | The province where the location belongs to. (Used for US locations coming from __csbs data-source__. |
209-
| __Empty__ when *jhu data-source* is used | String |
210-
| {locations}/{location}/{coordinates}/latitude | The location latitude | Float |
211-
| {locations}/{location}/{coordinates}/longitude | The location longitude | Float |
193+
| __Response Item__ | __Description__ | __Type__ |
194+
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -------- |
195+
| {latest} | The total amount of confirmed cases, deaths and recovered for all the locations | Object |
196+
| {latest}/confirmed | The up-to-date total number of confirmed cases for all the locations within the data-source | Integer |
197+
| {latest}/deaths | The up-to-date total amount of deaths for all the locations within the data-source | Integer |
198+
| {latest}/recovered | The up-to-date total amount of recovered for all the locations within the data-source | Integer |
199+
| {locations} | The collection of locations contained within the data-source | Object |
200+
| {location} | Information that identifies a location | Object |
201+
| {latest} | The amount of confirmed cases, deaths and recovered related to the specific location | Object |
202+
| {locations}/{location}/{latest}/confirmed | The up-to-date number of confirmed cases related to the specific location | Integer |
203+
| {locations}/{location}/{latest}/deaths | The up-to-date number of deaths related to the specific location | Integer |
204+
| {locations}/{location}/{latest}/recovered | The up-to-date number of recovered related to the specific location | Integer |
205+
| {locations}/{location}/id | The location id. This unique id is assigned to the location by the data-source. | Integer |
206+
| {locations}/{location}/country | The Country name | String |
207+
| {locations}/{location}/country_code | The [ISO alpha-2 country_code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) Country code for the location. | String |
208+
| {locations}/{location}/province | The province where the location belongs to. (Used for US locations coming from __csbs data-source__.<br>__Empty__ when *jhu data-source* is used | String |
209+
| {locations}/{location}/{coordinates}/latitude | The location latitude | Float |
210+
| {locations}/{location}/{coordinates}/longitude | The location longitude | Float |
212211

213212

214213
### Example Requests with parameters

0 commit comments

Comments
 (0)