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 2ef8801 commit 254d0aaCopy full SHA for 254d0aa
Sources/Appwrite/Client.swift
@@ -19,7 +19,7 @@ open class Client {
19
20
open var headers: [String: String] = [
21
"content-type": "",
22
- "x-sdk-version": "appwrite:swiftclient:0.1.0", "X-Appwrite-Response-Format": "0.10.0"
+ "x-sdk-version": "appwrite:swiftclient:0.1.0", "X-Appwrite-Response-Format": "0.11.0"
23
]
24
25
open var config: [String: String] = [:]
0 commit comments