docs(sdk): fix stale route references in Swift SDK source comments and README

This commit is contained in:
saravanakumardb1 2026-03-02 09:17:09 -08:00
parent 1beb6ae7ed
commit faca108813
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// 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.
// Matches the platform-service flags module API.

View File

@ -5,7 +5,7 @@
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 let id: String
public let productId: String

View File

@ -21,7 +21,7 @@
// - BLKeychain Keychain CRUD (configurable service string)
// - BLTelemetryClient Telemetry event queue + batch flush
// - 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
// - BLBlobClient Azure Blob Storage upload via SAS tokens
// - BLKillSwitchClient Kill switch check from platform-service