AWFWeatherApiClient
Objective-C
@interface AWFWeatherApiClientSwift
class AWFWeatherApiClientAWFWeatherApiClient is a subclass of AWFApiClient that interacts with the Aeris Weather API.
This class is not intended to be used directly but instead used by subclasses of AWFWeatherEndpoint to perform requests for data on specific endpoints of 
the API and transform them into the appropriate AWFWeatherObject model instances.
See
AWFWeatherEndpoint- 
                  
                  Returns the currently configured Aeris Weather API server path. DeclarationObjective-C + (nonnull NSString *)apiServerPath;Swift class func apiServerPath() -> String
- 
                  
                  Returns the currently configured Aeris Maps Platform (AMP) server path. DeclarationObjective-C + (nonnull NSString *)ampServerPath;Swift class func ampServerPath() -> String
 View on GitHub
View on GitHub AWFWeatherApiClient Class Reference
        AWFWeatherApiClient Class Reference