[PR #583] [MERGED] Feat/add ruby sdk #22568

Closed
opened 2026-02-21 20:19:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/583
Author: @crazywoola
Created: 7/17/2023
Status: Merged
Merged: 7/17/2023
Merged by: @crazywoola

Base: mainHead: feat/add-ruby-sdk


📝 Commits (10+)

📊 Changes

15 files changed (+460 additions, -2 deletions)

View changed files

📝 sdks/nodejs-client/index.js (+15 -2)
sdks/ruby-client/.github/workflows/main.yml (+18 -0)
sdks/ruby-client/.gitignore (+8 -0)
sdks/ruby-client/.rubocop.yml (+10 -0)
sdks/ruby-client/CODE_OF_CONDUCT.md (+84 -0)
sdks/ruby-client/Gemfile (+14 -0)
sdks/ruby-client/Gemfile.lock (+55 -0)
sdks/ruby-client/LICENSE.txt (+21 -0)
sdks/ruby-client/README.md (+111 -0)
sdks/ruby-client/Rakefile (+16 -0)
sdks/ruby-client/bin/console (+15 -0)
sdks/ruby-client/bin/setup (+8 -0)
sdks/ruby-client/dify_client.gemspec (+37 -0)
sdks/ruby-client/test/dify_client_test.rb (+42 -0)
sdks/ruby-client/test/test_helper.rb (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/583 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 7/17/2023 **Status:** ✅ Merged **Merged:** 7/17/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/add-ruby-sdk` --- ### 📝 Commits (10+) - [`24c58a0`](https://github.com/langgenius/dify/commit/24c58a0bc52a5886c70aeb14d068e3c17769327d) feat: add ruby sdk - [`9f5468b`](https://github.com/langgenius/dify/commit/9f5468ba33d79d27ba637084a5d424e5de081a41) fix: link - [`831803b`](https://github.com/langgenius/dify/commit/831803b164593724ba6ef7b3f31d406853c306e2) feat: rework - [`f8e9a25`](https://github.com/langgenius/dify/commit/f8e9a2542d5ba41f16253f646d6635ca5955aec9) feat: delete conversation api - [`97015ff`](https://github.com/langgenius/dify/commit/97015ffa6dd7c0ba1bf1ed793056990a127b0df7) chore: code format - [`257d9a8`](https://github.com/langgenius/dify/commit/257d9a80cda533af69a2e9a485d34a0c914ead6e) feat: add ruby client - [`acdf605`](https://github.com/langgenius/dify/commit/acdf605b256ea56100f8514e22a944c6aaf7f319) init - [`f184f73`](https://github.com/langgenius/dify/commit/f184f7355789d2edb66f624a95c07cb150560180) init - [`306adcf`](https://github.com/langgenius/dify/commit/306adcfe13f31bbbdd5930c0f8718b874faa6f74) chore: rename - [`e3a5518`](https://github.com/langgenius/dify/commit/e3a55186308fc8b85fa5ecc628a8dc9864c19a78) chore: modify gemspec ### 📊 Changes **15 files changed** (+460 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `sdks/nodejs-client/index.js` (+15 -2) ➕ `sdks/ruby-client/.github/workflows/main.yml` (+18 -0) ➕ `sdks/ruby-client/.gitignore` (+8 -0) ➕ `sdks/ruby-client/.rubocop.yml` (+10 -0) ➕ `sdks/ruby-client/CODE_OF_CONDUCT.md` (+84 -0) ➕ `sdks/ruby-client/Gemfile` (+14 -0) ➕ `sdks/ruby-client/Gemfile.lock` (+55 -0) ➕ `sdks/ruby-client/LICENSE.txt` (+21 -0) ➕ `sdks/ruby-client/README.md` (+111 -0) ➕ `sdks/ruby-client/Rakefile` (+16 -0) ➕ `sdks/ruby-client/bin/console` (+15 -0) ➕ `sdks/ruby-client/bin/setup` (+8 -0) ➕ `sdks/ruby-client/dify_client.gemspec` (+37 -0) ➕ `sdks/ruby-client/test/dify_client_test.rb` (+42 -0) ➕ `sdks/ruby-client/test/test_helper.rb` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:15 -05:00
yindo closed this issue 2026-02-21 20:19:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22568