To run the example project, clone the repo, and run pod install
from the Example directory first.
ESAPIManager is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ESAPIManager"
ESWeatherAPI需遵守ESAPIProtocol协议。具体参考例子
ESWeatherAPI *weatherApi=[[ESWeatherAPI alloc] init];
weatherApi.password=@"DJOYnieT8234jlsK";
weatherApi.city=@"北京";
weatherApi.day=0;
[weatherApi requestWithSuccess:^(id result) {
} failure:^(NSError *error) {
}];
tianpengtao, [email protected]
ESAPIManager is available under the MIT license. See the LICENSE file for more info.