docs(sdk): fix stale route references in Swift SDK source comments and README
This commit is contained in:
parent
1beb6ae7ed
commit
faca108813
@ -1,5 +1,5 @@
|
|||||||
// ── Feature Flag Client ──────────────────────────────────────
|
// ── Feature Flag Client ──────────────────────────────────────
|
||||||
// Generic feature flag polling from platform-service /flags/poll.
|
// Generic feature flag polling from platform-service /api/flags/poll.
|
||||||
// Flags cached in memory, re-polled at configurable interval.
|
// Flags cached in memory, re-polled at configurable interval.
|
||||||
// Matches the platform-service flags module API.
|
// Matches the platform-service flags module API.
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
/// Telemetry event matching the platform-service /telemetry/events schema.
|
/// Telemetry event matching the platform-service /api/telemetry/events schema.
|
||||||
public struct BLTelemetryEvent: Codable, Sendable {
|
public struct BLTelemetryEvent: Codable, Sendable {
|
||||||
public let id: String
|
public let id: String
|
||||||
public let productId: String
|
public let productId: String
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
// - BLKeychain — Keychain CRUD (configurable service string)
|
// - BLKeychain — Keychain CRUD (configurable service string)
|
||||||
// - BLTelemetryClient — Telemetry event queue + batch flush
|
// - BLTelemetryClient — Telemetry event queue + batch flush
|
||||||
// - BLAuthClient — Full auth operations (login, register, refresh, password ops)
|
// - BLAuthClient — Full auth operations (login, register, refresh, password ops)
|
||||||
// - BLFeatureFlagClient — Feature flag polling from /flags/poll
|
// - BLFeatureFlagClient — Feature flag polling from /api/flags/poll
|
||||||
// - BLSyncEngine — Generic offline-first sync with BLSyncAdapter protocol
|
// - BLSyncEngine — Generic offline-first sync with BLSyncAdapter protocol
|
||||||
// - BLBlobClient — Azure Blob Storage upload via SAS tokens
|
// - BLBlobClient — Azure Blob Storage upload via SAS tokens
|
||||||
// - BLKillSwitchClient — Kill switch check from platform-service
|
// - BLKillSwitchClient — Kill switch check from platform-service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user