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 @@ -6,7 +6,7 @@ use Appwrite\Services\Databases;
66$client = (new Client())
77 -> setEndpoint('https://<REGION >.cloud.appwrite.io/v1') // Your API Endpoint
88 ->setProject('<YOUR_PROJECT_ID >') // Your project ID
9- ->setKey('< YOUR_API_KEY > '); // Your secret API key
9+ ->setSession(' '); // The user session to authenticate with
1010
1111$databases = new Databases($client);
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use Appwrite\Services\Databases;
66$client = (new Client())
77 -> setEndpoint('https://<REGION >.cloud.appwrite.io/v1') // Your API Endpoint
88 ->setProject('<YOUR_PROJECT_ID >') // Your project ID
9- ->setKey('< YOUR_API_KEY > '); // Your secret API key
9+ ->setSession(' '); // The user session to authenticate with
1010
1111$databases = new Databases($client);
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use Appwrite\Services\TablesDb;
66$client = (new Client())
77 -> setEndpoint('https://<REGION >.cloud.appwrite.io/v1') // Your API Endpoint
88 ->setProject('<YOUR_PROJECT_ID >') // Your project ID
9- ->setKey('< YOUR_API_KEY > '); // Your secret API key
9+ ->setSession(' '); // The user session to authenticate with
1010
1111$tablesDb = new TablesDb($client);
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use Appwrite\Services\TablesDb;
66$client = (new Client())
77 -> setEndpoint('https://<REGION >.cloud.appwrite.io/v1') // Your API Endpoint
88 ->setProject('<YOUR_PROJECT_ID >') // Your project ID
9- ->setKey('< YOUR_API_KEY > '); // Your secret API key
9+ ->setSession(' '); // The user session to authenticate with
1010
1111$tablesDb = new TablesDb($client);
1212
You can’t perform that action at this time.
0 commit comments