You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - options: Request options that provides request-specific information, such as the request type, and body, query parameters.
50
-
/// - networkSession: The Networking Session object which provides the URLSession object along with a network configuration parameters used in network communication.
51
-
/// - attempt: The request attempt number.
52
-
/// - Returns: Response of the request in the form of FetchResponse object.
53
-
/// - Throws: An error if the request fails for any reason.
@@ -331,50 +354,6 @@ public class BoxNetworkClient: NetworkClient {
331
354
return components.url!
332
355
}
333
356
334
-
/// Processes response and performs the appropriate action
335
-
///
336
-
/// - Parameters:
337
-
/// - using: Represents a data combined with the request and the corresponding response.
338
-
/// - networkSession: The Networking Session object which provides the URLSession object along with a network configuration parameters used in network communication.
339
-
/// - attempt: The request attempt number.
340
-
/// - Returns: Response of the request in the form of FetchResponse object.
341
-
/// - Throws: An error if the operation fails for any reason.
/// - options: Request options that provides request-specific information, such as the request type, and body, query parameters.
60
-
/// - networkSession: The Networking Session object which provides the URLSession object along with a network configuration parameters used in network communication.
61
-
/// - attempt: The request attempt number.
62
-
/// - Returns: Response of the request in the form of FetchResponse object.
63
-
/// - Throws: An error if the request fails for any reason.
@@ -336,49 +359,6 @@ public class DefaultNetworkClient: NetworkClient {
336
359
return components.url!
337
360
}
338
361
339
-
/// Processes response and performs the appropriate action
340
-
///
341
-
/// - Parameters:
342
-
/// - using: Represents a data combined with the request and the corresponding response.
343
-
/// - networkSession: The Networking Session object which provides the URLSession object along with a network configuration parameters used in network communication.
344
-
/// - attempt: The request attempt number.
345
-
/// - Returns: Response of the request in the form of FetchResponse object.
346
-
/// - Throws: An error if the operation fails for any reason.
0 commit comments