sxg / ForecastIO

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

Change callbacks to return a Result type with Success and Error #29

Closed sxg closed 8 years ago

sxg commented 8 years ago

AlamoFire does this. It's cleaner than having optional values and optional errors.

sxg commented 8 years ago

Change callbacks to return a Result type