From b0cf76e32ce27f6ec49c6c3ee696b5ad58bf0d1f Mon Sep 17 00:00:00 2001 From: Mateo Torres Date: Tue, 28 Oct 2025 17:31:05 -0300 Subject: [PATCH] added new clients to the reference --- app/en/references/page.tsx | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/app/en/references/page.tsx b/app/en/references/page.tsx index 948b611ae..a4caa8a33 100644 --- a/app/en/references/page.tsx +++ b/app/en/references/page.tsx @@ -130,6 +130,54 @@ export default function APIReferencePage() { Learn more about the Go Client + + {/* C# Client */} +
+

+ C# Client +

+

+ Install with: +

+ + git clone git@github.com:ArcadeAI/arcade-csharp.git dotnet add + reference arcade-csharp/src/ArcadeEngine + + + Learn more about the C# Client + +
+ + {/* Java Client */} +
+

+ Java Client +

+

+ Install following{" "} + + these instructions + +

+ + Learn more about the Java Client + +