Skip to content

tianpengtao/ESAPIManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESAPIManager

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

ESAPIManager is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ESAPIManager"

Usage

ESWeatherAPI需遵守ESAPIProtocol协议。具体参考例子

ESWeatherAPI *weatherApi=[[ESWeatherAPI alloc] init];
weatherApi.password=@"DJOYnieT8234jlsK";
weatherApi.city=@"北京";
weatherApi.day=0;
[weatherApi requestWithSuccess:^(id result) {

} failure:^(NSError *error) {

}];

Author

tianpengtao, [email protected]

License

ESAPIManager is available under the MIT license. See the LICENSE file for more info.