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 d9de781 commit 844ef86Copy full SHA for 844ef86
Sources/ComposableArchitecturePattern/Server.swift
@@ -43,12 +43,6 @@ public protocol Server: Actor {
43
/// The `URLSession` to use for all server calls.
44
var urlSession: URLSession { get }
45
46
- /// Designated initializer
47
- init(
48
- environments: [ServerEnvironment],
49
- supportedAPIs: [any ServerAPI]
50
- )
51
-
52
/// Sends a GET request and returns the specified value type from the given API.
53
///
54
/// - Note: `additionalHeaders` will override a key-value in `additionalHTTPHeaders`.
0 commit comments