We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5920e commit aa77568Copy full SHA for aa77568
1 file changed
Sources/PodiumRequestsClient/RequestsClient.swift
@@ -13,7 +13,7 @@ import Alamofire
13
/// `RequestsClient` provides typed access to the API endpoints for sessions, race control,
14
/// cars, drivers, and related data. Each method performs network requests asynchronously
15
/// and decodes the responses into strongly-typed models.
16
-public class RequestsClient {
+public final class RequestsClient: Sendable {
17
// MARK: - Private Properties
18
private let baseURL: String
19
private let apiKey: String
0 commit comments