[PR #1] [MERGED] Do the first calling correctly. #1

Closed
opened 2026-02-16 11:22:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/ruby-sdk/pull/1
Author: @Eric-Guo
Created: 2/23/2025
Status: Merged
Merged: 2/28/2025
Merged by: @Eric-Guo

Base: mainHead: main


📝 Commits (7)

📊 Changes

7 files changed (+156 additions, -133 deletions)

View changed files

📝 .github/workflows/main.yml (+2 -2)
📝 .rubocop.yml (+6 -0)
📝 Gemfile (+2 -2)
📝 Gemfile.lock (+35 -25)
📝 README.md (+4 -3)
📝 lib/dify/client.rb (+83 -78)
📝 test/dify/client_test.rb (+24 -23)

📄 Description

Any plan to further improvement this gem?

It's far from a (relative) native ruby gems style at current status...


🔄 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/ruby-sdk/pull/1 **Author:** [@Eric-Guo](https://github.com/Eric-Guo) **Created:** 2/23/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@Eric-Guo](https://github.com/Eric-Guo) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`df54ab2`](https://github.com/langgenius/ruby-sdk/commit/df54ab221fd3adbedb8532527ad6d01da946cf76) bump gem version - [`9cada1a`](https://github.com/langgenius/ruby-sdk/commit/9cada1a36d185fc528925651d8e9ee954f4b2b2a) rubocop --fix - [`ef9d404`](https://github.com/langgenius/ruby-sdk/commit/ef9d4048abb7a7ec3ff228cfbe53ed2765ad7bde) Another round of code style clean. - [`500b3e6`](https://github.com/langgenius/ruby-sdk/commit/500b3e674e44952d4e245c1faffc69c3615f5cf8) Allow overwrite the base_url. - [`fee9aa4`](https://github.com/langgenius/ruby-sdk/commit/fee9aa40b24dfcc5915c6e62e0482082552f34b1) Basically AI generated README. - [`c29d95f`](https://github.com/langgenius/ruby-sdk/commit/c29d95f0d1a8c08f658a2e76fb92e22ff5923b9a) Fix CI by bump to last supported ruby. - [`0f37372`](https://github.com/langgenius/ruby-sdk/commit/0f37372c7889bb979ecd00694595c652ffd387d6) Another fix. ### 📊 Changes **7 files changed** (+156 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+2 -2) 📝 `.rubocop.yml` (+6 -0) 📝 `Gemfile` (+2 -2) 📝 `Gemfile.lock` (+35 -25) 📝 `README.md` (+4 -3) 📝 `lib/dify/client.rb` (+83 -78) 📝 `test/dify/client_test.rb` (+24 -23) </details> ### 📄 Description Any plan to further improvement this gem? It's far from a (relative) native ruby gems style at current status... --- <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-16 11:22:07 -05:00
yindo closed this issue 2026-02-16 11:22:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/ruby-sdk#1