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 67cb387 commit 3e9af31Copy full SHA for 3e9af31
Sources/Authenticating/Authenticating.swift
@@ -30,7 +30,6 @@ import Dependencies
30
/// // Access the router for URL generation
31
/// let url = mailgun.router.url(for: .getMessage(id: "123"))
32
/// ```
33
-@dynamicMemberLookup
34
public struct Authenticating<
35
Auth: Equatable & Sendable,
36
AuthRouter: ParserPrinter & Sendable,
@@ -78,10 +77,6 @@ public struct Authenticating<
78
77
router: apiRouter
79
)
80
}
81
-
82
- public subscript<T>(dynamicMember keyPath: KeyPath<ClientOutput, T>) -> T {
83
- self.client[keyPath: keyPath]
84
- }
85
86
87
// MARK: - Bearer Authentication Conveniences
0 commit comments