When migrating my code from the Darksky to the WeatherKit REST API, i am currently missing two properties very much.
With the Darksky API, we had daily.summary
and daily.data[n].summary
which gave a nice textual (localised) summary of the conditions currently and on a given day of the daily forecast.
Now in WeatherKit, there are no corresponding properties:
currentWeather.summary
and forecastDaily.days[n].summary
These properties are marked "none" in Transitioning from Dark Sky
Will these properties be added (considering this is a beta) or how does Apple suggest i deal with the missing properties?
Thanks!