[PR #270] [MERGED] plugin: feishu_base #1233

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/270
Author: @Yeuoly
Created: 2/26/2025
Status: Merged
Merged: 2/26/2025
Merged by: @Yeuoly

Base: mainHead: plugin/feishu_base


📝 Commits (2)

📊 Changes

30 files changed (+967 additions, -47 deletions)

View changed files

migrations/tools/feishu_base/requirements.txt (+0 -1)
📝 tools/feishu_base/.env copy.example (+0 -0)
📝 tools/feishu_base/README.md (+0 -0)
📝 tools/feishu_base/_assets/icon.png (+0 -0)
📝 tools/feishu_base/main.py (+0 -0)
📝 tools/feishu_base/manifest.yaml (+11 -15)
📝 tools/feishu_base/provider/feishu_base.py (+1 -1)
📝 tools/feishu_base/provider/feishu_base.yaml (+0 -0)
tools/feishu_base/requirements.txt (+1 -0)
📝 tools/feishu_base/tools/add_records.py (+5 -3)
📝 tools/feishu_base/tools/add_records.yaml (+0 -0)
📝 tools/feishu_base/tools/create_base.py (+4 -3)
📝 tools/feishu_base/tools/create_base.yaml (+0 -0)
📝 tools/feishu_base/tools/create_table.py (+4 -3)
📝 tools/feishu_base/tools/create_table.yaml (+0 -0)
📝 tools/feishu_base/tools/delete_records.py (+4 -3)
📝 tools/feishu_base/tools/delete_records.yaml (+0 -0)
📝 tools/feishu_base/tools/delete_tables.py (+4 -3)
📝 tools/feishu_base/tools/delete_tables.yaml (+0 -0)
tools/feishu_base/tools/feishu_api_utils.py (+913 -0)

...and 10 more files

📄 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-official-plugins/pull/270 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/feishu_base` --- ### 📝 Commits (2) - [`8cf4624`](https://github.com/langgenius/dify-official-plugins/commit/8cf46246a4ac2a21aa7532fa3e5845c0c8bc2f64) plugin: feishu_base - [`7dfc7d0`](https://github.com/langgenius/dify-official-plugins/commit/7dfc7d0c91404f2d3a93deecc852ba28696abe58) fix ### 📊 Changes **30 files changed** (+967 additions, -47 deletions) <details> <summary>View changed files</summary> ➖ `migrations/tools/feishu_base/requirements.txt` (+0 -1) 📝 `tools/feishu_base/.env copy.example` (+0 -0) 📝 `tools/feishu_base/README.md` (+0 -0) 📝 `tools/feishu_base/_assets/icon.png` (+0 -0) 📝 `tools/feishu_base/main.py` (+0 -0) 📝 `tools/feishu_base/manifest.yaml` (+11 -15) 📝 `tools/feishu_base/provider/feishu_base.py` (+1 -1) 📝 `tools/feishu_base/provider/feishu_base.yaml` (+0 -0) ➕ `tools/feishu_base/requirements.txt` (+1 -0) 📝 `tools/feishu_base/tools/add_records.py` (+5 -3) 📝 `tools/feishu_base/tools/add_records.yaml` (+0 -0) 📝 `tools/feishu_base/tools/create_base.py` (+4 -3) 📝 `tools/feishu_base/tools/create_base.yaml` (+0 -0) 📝 `tools/feishu_base/tools/create_table.py` (+4 -3) 📝 `tools/feishu_base/tools/create_table.yaml` (+0 -0) 📝 `tools/feishu_base/tools/delete_records.py` (+4 -3) 📝 `tools/feishu_base/tools/delete_records.yaml` (+0 -0) 📝 `tools/feishu_base/tools/delete_tables.py` (+4 -3) 📝 `tools/feishu_base/tools/delete_tables.yaml` (+0 -0) ➕ `tools/feishu_base/tools/feishu_api_utils.py` (+913 -0) _...and 10 more files_ </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-16 10:22:24 -05:00
yindo closed this issue 2026-02-16 10:22:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1233