adba / OpenWeatherMapAPI

iOS api classes for openweathermap.org
MIT License
256 stars 68 forks source link

Please add callMethod:withCallback: to public interface #9

Open kirk-kerekes opened 10 years ago

kirk-kerekes commented 10 years ago

Please add

... callMethod:withCallback: ...

-- to the public interface, so that new commands and request parameters can be added cleanly via subclassing.

bernikovich commented 9 years ago

Hi.

I have added such interface in my changes. https://github.com/adba/OpenWeatherMapAPI/pull/13

bernikovich commented 9 years ago

Or you can use my fork: https://github.com/bernikowich/OpenWeatherMapAPI