Skip to content

Commit 2afd063

Browse files
committed
Commit via running ake Sources/oidc
1 parent f305bfb commit 2afd063

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Sources/oidc/Types.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ extension APIProtocol {
7373

7474
/// Server URLs defined in the OpenAPI document.
7575
public enum Servers {
76+
public enum Server1 {
77+
public static func url() throws -> Foundation.URL {
78+
try Foundation.URL(
79+
validatingOpenAPIServerURL: "https://api.github.com",
80+
variables: []
81+
)
82+
}
83+
}
84+
@available(*, deprecated, renamed: "Servers.Server1.url")
7685
public static func server1() throws -> Foundation.URL {
7786
try Foundation.URL(
7887
validatingOpenAPIServerURL: "https://api.github.com",

0 commit comments

Comments
 (0)