sxg / ForecastIO

A Swift library for the Forecast.io Dark Sky API
MIT License
159 stars 27 forks source link

Added a new call method #12

Closed Abstract45 closed 8 years ago

Abstract45 commented 8 years ago

Hey there great work on the API Client. I was messing around with Forecast API before and wanted to add on to your repo. There are two new main things added, one is way to exclude any data block that is not needed and another is extension on the hourly giving 168 hours of data instead of just 48 hours.

sxg commented 8 years ago

Thanks for the contribution! I'm going to make a few changes to the implementation before I include this in the next release of ForecastIO.

Abstract45 commented 8 years ago

Sounds good to me.

sxg commented 8 years ago

I've incorporated the changes into ForecastIO 2.0.0. Thanks!