reset: docs for easier review.

This commit is contained in:
Darshan
2025-07-28 11:49:49 +05:30
parent 00290bdb65
commit c9d9c4ab76
1284 changed files with 579 additions and 14178 deletions
@@ -4,7 +4,9 @@ import io.appwrite.services.Databases;
Client client = new Client(context)
.setEndpoint("https://<REGION>.cloud.appwrite.io/v1") // Your API Endpoint
.setProject("<YOUR_PROJECT_ID>"); // Your project ID
.setSession("") // The user session to authenticate with
.setKey("") //
.setJWT("<YOUR_JWT>"); // Your secret JSON Web Token
Databases databases = new Databases(client);