From 7e613dec1f4d4a9d14b36ae5daa947698edabc96 Mon Sep 17 00:00:00 2001 From: Priyanshu Verma Date: Fri, 25 Oct 2024 19:52:18 +0530 Subject: [PATCH] adds c# lib Minds.SDK --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55aefd8..996325e 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,5 @@ client.datasources.drop('my_datasource') ``` >Note: The SDK currently does not support automatically removing a data source if it is no longer connected to any mind. +### Other SDKs +- **C# SDK**:- [Minds.SDK](https://github.com/priyanshuverma-dev/Minds.SDK)