AWFWeatherApiClient

Objective-C

@interface AWFWeatherApiClient

Swift

class AWFWeatherApiClient

AWFWeatherApiClient 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.

    Declaration

    Objective-C

    + (nonnull NSString *)apiServerPath;

    Swift

    class func apiServerPath() -> String
  • Returns the currently configured Aeris Maps Platform (AMP) server path.

    Declaration

    Objective-C

    + (nonnull NSString *)ampServerPath;

    Swift

    class func ampServerPath() -> String