Fix markdownlint issues

This commit is contained in:
Paul van Tilburg 2022-10-23 10:50:05 +02:00
parent f00537d5f3
commit a6301fa678
1 changed files with 10 additions and 11 deletions

View File

@ -67,7 +67,6 @@ GET /forecast?address=Stationsplein,Utrecht&metrics[]=all
or directly by using its geocoded position: or directly by using its geocoded position:
```http ```http
GET /forecast?lat=52.0902&lon=5.1114&metrics[]=all GET /forecast?lat=52.0902&lon=5.1114&metrics[]=all
``` ```
@ -75,8 +74,8 @@ GET /forecast?lat=52.0902&lon=5.1114&metrics[]=all
### Metrics ### Metrics
When querying, the metrics need to be selected. It can be one of: `AQI`, `NO2`, When querying, the metrics need to be selected. It can be one of: `AQI`, `NO2`,
`O3`, `PAQI`, `PM10`, `pollen`, `precipitation` or `UVI`. If you use metric `all`, or `O3`, `PAQI`, `PM10`, `pollen`, `precipitation` or `UVI`. If you use metric
`all` is part of the selected metrics, all metrics will be retrieved. `all`, or `all` is part of the selected metrics, all metrics will be retrieved.
Note that the parameter "array" notation as well as the repeated parameter Note that the parameter "array" notation as well as the repeated parameter
notation are supported. For example: notation are supported. For example:
@ -86,7 +85,7 @@ GET /forecast?address=Stationsplein,Utrecht&metrics=AQI&metrics=pollen
GET /forecast?address=Stationsplein,Utrecht&metrics=all GET /forecast?address=Stationsplein,Utrecht&metrics=all
``` ```
### Response ### Forecast responses
The response of the API is a JSON object that contains three fixed fields: The response of the API is a JSON object that contains three fixed fields:
@ -160,8 +159,8 @@ selecting the maximum value for each hour:
#### Errors #### Errors
If geocoding of an address is requested but fails, a not found error is returned (HTTP 404). If geocoding of an address is requested but fails, a not found error is
with the following body (this will change in the future): returned (HTTP 404). with the following body (this will change in the future):
```json ```json
{ {
@ -173,10 +172,10 @@ with the following body (this will change in the future):
} }
``` ```
If for any specific metric an error occurs, the list with forecast items will be absent. If for any specific metric an error occurs, the list with forecast items will
However, the `errors` field will contain the error message for each failed metric. be absent. However, the `errors` field will contain the error message for each
For example, say Buienradar is down and precipitation forecast items can not be failed metric. For example, say Buienradar is down and precipitation forecast
retrieved: items can not be retrieved:
```json ```json
{ {
@ -210,7 +209,7 @@ or directly by using its geocoded position:
GET /map?lat=52.0902&lon=5.1114&metric=pollen GET /map?lat=52.0902&lon=5.1114&metric=pollen
``` ```
### Response ### Map responses
The response is a PNG image with a crosshair drawn on the map. If geocoding of The response is a PNG image with a crosshair drawn on the map. If geocoding of
an address fails or if the position is out of bounds of the map, nothing is an address fails or if the position is out of bounds of the map, nothing is