OpenWeatherMapAPI
OpenWeatherMapAPI copied to clipboard
iOS api classes for openweathermap.org
openWeatherMapAPI for ios8+
In the latest versions of iOS, apple block http queries since they are insecure, unless _temporarily_ whitelisted. Would it be possible to update the framework to use HTTPS so we...
Adding escaped URL String to prevent kCFErrorDomainCFNetwork Code 1002 "unsupported URL"
Hi, I try to install this api by cocoa pod, but it doesn't work, the terminal shows me some requirement. I don't know what is that mean. Is there any...
Updated theAFNetworking dependency to latest version and changed the code accordingly. Also added gitignore to example project.
Please update code to support AFNetworking 2.0.1
Please add ... callMethod:withCallback: ... -- to the public interface, so that new commands and request parameters can be added cleanly via subclassing.
…ilities to subclassing. Other minor improvements.