From bc772fd5d36b3045b72b0c94d1341f8fc43f5f14 Mon Sep 17 00:00:00 2001 From: George-iam Date: Sun, 1 Mar 2026 09:54:33 +0000 Subject: [PATCH] chore: mark Java SDK as beta best-effort Clarify that the Java SDK is beta, may change, and that production users should prefer REST/OpenAPI or Python/TypeScript SDKs. Made-with: Cursor --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fae9674..5a1451a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Official Java SDK for Axme APIs and workflows. ## Status -Beta parity kickoff in progress. +Status: Beta (best-effort). +API may change. +For production use, prefer REST/OpenAPI or Python/TS SDKs. ## Quickstart