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 dd919ab commit a9a646bCopy full SHA for a9a646b
Sources/GOFeatureFlag/options.swift
@@ -10,7 +10,7 @@ public struct GoFeatureFlagProviderOptions {
10
public init(
11
endpoint: String,
12
pollInterval: TimeInterval = 30,
13
- apiKey: String?,
+ apiKey: String? = nil,
14
networkService: NetworkingService? = URLSession.shared) {
15
self.endpoint = endpoint
16
self.pollInterval = pollInterval
0 commit comments