Add inc/dec

This commit is contained in:
Jake Barnby
2025-07-18 12:48:19 +12:00
parent 151e7a021f
commit 39fdc6e2eb
11 changed files with 267 additions and 7 deletions
@@ -4,6 +4,7 @@ import io.appwrite.services.Databases;
Client client = new Client(context)
.setEndpoint("https://<REGION>.cloud.appwrite.io/v1") // Your API Endpoint
.setAdmin("") //
.setSession("") // The user session to authenticate with
.setKey("") //
.setJWT("<YOUR_JWT>"); // Your secret JSON Web Token