From 39933aeb624df01564128086f8e07522bc08ef73 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:15:24 +0800 Subject: [PATCH] feat: add readme (#791) --- sdks/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sdks/README.md diff --git a/sdks/README.md b/sdks/README.md new file mode 100644 index 0000000000..df908ef151 --- /dev/null +++ b/sdks/README.md @@ -0,0 +1,25 @@ +# SDK + +## Java + +https://github.com/langgenius/java-client/ + +## Go + +https://github.com/langgenius/dify-sdk-go + +## Ruby + +https://github.com/langgenius/ruby-sdk + +## Python + +TODO move to another place + +## PHP + +TODO move to another place + +## Node.js + +TODO move to another place