Contents

parameters

The parameters for this request.

Declaration

var parameters: [AnyHashable : Any]! { get }

Discussion

Use this property to look up the query parameters of the HTTP request that was set in init(forServiceType:requestMethod:url:parameters:). Possible values are dependent on the target service and are documented by the service provider. For links to documentation for the supported services, see Table 1 in SLRequest.

See Also

Getting the Request Details