AWFBatchRequestOptions

@interface AWFBatchRequestOptions : AWFWeatherRequestOptions

An AWFBatchRequestOptions object is a subclass of AWFWeatherRequestOptions that includes additional parameters necessary when performing batch requests to the API.

  • The chained endpoint request string for the batch request.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic) NSString *_Nonnull requestsUrlPath;

    Swift

    var requestsUrlPath: String { get set }