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.
1 parent 5df989c commit 4b644abCopy full SHA for 4b644ab
Modules/Sources/NetworkingCore/Requests/RESTRequest.swift
@@ -87,6 +87,7 @@ public struct RESTRequest: Request {
87
/// - parameters: Collection of String parameters to be passed over to our target endpoint.
88
/// - allowsCellularAccess: Whether the request should allow cellular data access.
89
///
90
+ // periphery:ignore - we include the cellular parameter for all inits
91
init(siteURL: String,
92
wordpressApiVersion: WordPressAPIVersion,
93
method: HTTPMethod,
0 commit comments