jcheng31 / DarkSkyApi

An unofficial C# library for the Dark Sky weather service. Targets .NET Standard 1.1.
MIT License
32 stars 18 forks source link

Missing UV index #21

Closed rootasjey closed 7 years ago

rootasjey commented 7 years ago

Hello,

It seems that the uvIndex and uvIndexTime information is missing on Data Point Object. I've seen that the property is available when I make an HTTP request from a browser.

See the official doc

rootasjey commented 7 years ago

Created a pull request here https://github.com/jcheng31/DarkSkyApi/pull/22

jcheng31 commented 7 years ago

Hey, sorry for the delay - thanks a lot for doing this! I'll merge it in and release an update soon :)

rootasjey commented 7 years ago

You're welcome. Thank you for the merge :)