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 cb0b047 commit 2b6cbc4Copy full SHA for 2b6cbc4
README.md
@@ -42,7 +42,8 @@ guard let parseServerUrl = URL(string: "http://localhost:1337/1") else {
42
ParseSwift.initialize(applicationId: "applicationId", // Required: Change to your applicationId.
43
clientKey: "clientKey", // Required: Change to your clientKey.
44
masterKey: "masterKey", // Required: Change to your masterKey.
45
- serverURL: parseServerUrl) { _, completionHandler in
+ serverURL: parseServerUrl,
46
+ usingPostForQuery: true) { _, completionHandler in
47
completionHandler(.performDefaultHandling, nil)
48
}
49
```
0 commit comments