Skip to content

Commit 978d1d8

Browse files
committed
Updated to use bruno instead of postman.
1 parent f34939d commit 978d1d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-maps/how-to-request-weather-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In this example, you use the [Get Current Conditions API] to retrieve current we
120120
"unit": "km",
121121
"unitType": 6
122122
},
123-
"obstructionsToVisibility": "",
123+
"obstructionsToVisibility": ",
124124
"cloudCover": 100,
125125
"ceiling": {
126126
"value": 1494.0,
@@ -574,7 +574,7 @@ In this example, you use the [Get Hourly Forecast API] to retrieve the hourly we
574574
575575
1. Select the run button.
576576
577-
:::image type="content" source="./media/weather-service/bruno-run-request-hourly-weather-forecast-data.png" alt-text=""A screenshot showing the Request hourly weather forecast data URL with the run button highlighted in the bruno app."":::
577+
:::image type="content" source="./media/weather-service/bruno-run-request-hourly-weather-forecast-data.png" alt-text="A screenshot showing the Request hourly weather forecast data URL with the run button highlighted in the bruno app.":::
578578
579579
The response body contains weather forecast data for the next 12 hours. For the sake of brevity, the following JSON response shows the forecast for the first hour.
580580
@@ -688,7 +688,7 @@ In this example, you use the [Get Minute Forecast API] to retrieve the minute-by
688688
689689
1. Select the run button.
690690
691-
:::image type="content" source="./media/weather-service/bruno-run-request-minute-by-minute-weather-forecast-data.png" alt-text=""A screenshot showing the Request minute-by-minute weather forecast data URL with the run button highlighted in the bruno app."":::
691+
:::image type="content" source="./media/weather-service/bruno-run-request-minute-by-minute-weather-forecast-data.png" alt-text="A screenshot showing the Request minute-by-minute weather forecast data URL with the run button highlighted in the bruno app.":::
692692
693693
The response body contains weather forecast data for the next 120 minutes, in 15-minute intervals.
694694

0 commit comments

Comments
 (0)