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 @@ -5,7 +5,7 @@ include Appwrite
55client = Client.new
66 .set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
77 .set_project('<YOUR_PROJECT_ID>') # Your project ID
8- .set_key('<YOUR_API_KEY> ') # Your secret API key
8+ .set_session(' ') # The user session to authenticate with
99
1010databases = Databases.new(client)
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include Appwrite
55client = Client.new
66 .set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
77 .set_project('<YOUR_PROJECT_ID>') # Your project ID
8- .set_key('<YOUR_API_KEY> ') # Your secret API key
8+ .set_session(' ') # The user session to authenticate with
99
1010databases = Databases.new(client)
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include Appwrite
55client = Client.new
66 .set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
77 .set_project('<YOUR_PROJECT_ID>') # Your project ID
8- .set_key('<YOUR_API_KEY> ') # Your secret API key
8+ .set_session(' ') # The user session to authenticate with
99
1010tables_db = TablesDb.new(client)
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include Appwrite
55client = Client.new
66 .set_endpoint('https://<REGION >.cloud.appwrite.io/v1') # Your API Endpoint
77 .set_project('<YOUR_PROJECT_ID>') # Your project ID
8- .set_key('<YOUR_API_KEY> ') # Your secret API key
8+ .set_session(' ') # The user session to authenticate with
99
1010tables_db = TablesDb.new(client)
1111
You can’t perform that action at this time.
0 commit comments