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 3803477 commit 5195a70Copy full SHA for 5195a70
Sources/URLRouting/Internal/Deprecations.swift
@@ -8,7 +8,7 @@ import Foundation
8
9
extension URLRoutingClient {
10
@available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
11
- @available(*, deprecated, renamed: "responseData(for:as:decoder:)")
+ @available(*, deprecated, renamed: "decodedResponse(for:as:decoder:)")
12
public func request<Value: Decodable>(
13
_ route: Route,
14
as type: Value.Type = Value.self,
0 commit comments