FeishuApi is an integration of commonly used feishu open platform's APIs, easy to call.
English | 简体中文
Install the gem and add to the application's Gemfile by executing:
$ bundle add feishu-api
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install feishu-api
- ✅ Messenger
- ✅ Group
- Docs
- Calendar
- Video Conferencing
- Rooms
- Attendance
- Approval
- Account
- Console
- Task
- App Information
- Company Information
- Search
- AI
- Admin
- HR
- OKR
- Real-name authentication
- Smart access control
- Enterprise Encyclopedia
- Contacts
See detailed documentation at feishu-api-doc
Add feishu-api.rb in config/initializers
FeishuApi.configure do |config|
config.app_id = ''
config.app_secret = ''
end
Example:
FeishuApi.send_text_by_group('oc_xxx', 'hello')
Bug reports and pull requests are welcome on GitHub at https://github.com/ruilisi/feishu-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the FeishuApi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.