26.05.2020, 07:38
Dear friends,
Please help to create a https.request
How should I build a request_body with next parameters:
Requests are sent to the following endpoint: POST https://api.windy.com/api/point-forecast/v2 with the following body:
{
"lat": 49.809,
"lon": 16.787,
"model": "gfs",
"parameters": ["wind", "dewpoint", "rh", "pressure"],
"levels": ["surface", "800h", "300h"],
"key": "abcd123"
}
Thank you!!
Please help to create a https.request
How should I build a request_body with next parameters:
Requests are sent to the following endpoint: POST https://api.windy.com/api/point-forecast/v2 with the following body:
{
"lat": 49.809,
"lon": 16.787,
"model": "gfs",
"parameters": ["wind", "dewpoint", "rh", "pressure"],
"levels": ["surface", "800h", "300h"],
"key": "abcd123"
}
Thank you!!