Start fixing forecast service API 13

This commit is contained in:
Urtzi Alfaro
2025-07-29 20:40:46 +02:00
parent 3f63cc2a49
commit c1dda203b6
4 changed files with 40 additions and 150 deletions

View File

@@ -251,7 +251,7 @@ class DataServiceClient(BaseServiceClient):
# Use POST request with extended timeout
result = await self._make_request(
"POST",
"weather/historical",
"weather/forecast",
tenant_id=tenant_id,
data=payload,
timeout=2000.0 # Match original timeout