File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Appwrite
33let client = Client()
44 .setEndpoint("https://<REGION >.cloud.appwrite.io/v1") // Your API Endpoint
55 .setProject("<YOUR_PROJECT_ID>") // Your project ID
6- .setKey("<YOUR_API_KEY> ") // Your secret API key
6+ .setSession(" ") // The user session to authenticate with
77
88let databases = Databases(client)
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Appwrite
33let client = Client()
44 .setEndpoint("https://<REGION >.cloud.appwrite.io/v1") // Your API Endpoint
55 .setProject("<YOUR_PROJECT_ID>") // Your project ID
6- .setKey("<YOUR_API_KEY> ") // Your secret API key
6+ .setSession(" ") // The user session to authenticate with
77
88let databases = Databases(client)
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Appwrite
33let client = Client()
44 .setEndpoint("https://<REGION >.cloud.appwrite.io/v1") // Your API Endpoint
55 .setProject("<YOUR_PROJECT_ID>") // Your project ID
6- .setKey("<YOUR_API_KEY> ") // Your secret API key
6+ .setSession(" ") // The user session to authenticate with
77
88let tablesDb = TablesDb(client)
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Appwrite
33let client = Client()
44 .setEndpoint("https://<REGION >.cloud.appwrite.io/v1") // Your API Endpoint
55 .setProject("<YOUR_PROJECT_ID>") // Your project ID
6- .setKey("<YOUR_API_KEY> ") // Your secret API key
6+ .setSession(" ") // The user session to authenticate with
77
88let tablesDb = TablesDb(client)
99
You can’t perform that action at this time.
0 commit comments