From 24f1990592e2faca440e46ef5c06aeb698bc2742 Mon Sep 17 00:00:00 2001 From: Arnav K Date: Thu, 17 Oct 2024 00:18:02 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55aefd8..5e817b9 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 +- **Dart SDK**:- [mdb_dart](https://github.com/ArnavK-09/mdb_dart) From 2eedf8a8d73cf31802255994da2940977ecf8892 Mon Sep 17 00:00:00 2001 From: Arnav K Date: Sat, 16 Nov 2024 15:56:07 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a32b87..ca0f6ad 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ client.datasources.drop('my_datasource') ### Other SDKs -- **Dart SDK**:- [mdb_dart](https://github.com/ArnavK-09/mdb_dart) - #### [Command-Line](https://github.com/Better-Boy/minds-cli-sdk) + +#### [Dart-SDK](https://github.com/ArnavK-09/mdb_dart) + From c7be7aa29b5fe9f84373cdeb75d9bc6b9f746b5b Mon Sep 17 00:00:00 2001 From: Arnav K Date: Sat, 16 Nov 2024 15:56:22 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ca0f6ad..d434b63 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,6 @@ 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 - #### [Command-Line](https://github.com/Better-Boy/minds-cli-sdk) #### [Dart-SDK](https://github.com/ArnavK-09/mdb_dart) -