We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fallbackRequest
1 parent 63dbd45 commit 16dfbf8Copy full SHA for 16dfbf8
Networking/Networking/Requests/RESTRequest.swift
@@ -33,7 +33,6 @@ struct RESTRequest: URLRequestConvertible {
33
/// - parameters: Collection of String parameters to be passed over to our target endpoint.
34
/// This can be encoded to the URL request query if the HTTP method is `.get`.
35
/// - headers: Headers to be added to the request.
36
- /// - fallbackRequest: A fallback Jetpack request to trigger if the REST request cannot be made.
37
///
38
init(siteURL: String,
39
wooApiVersion: WooAPIVersion,
0 commit comments