Project

feishu-api

0.0
No release in over a year
FeishuApi is a integration of commonly used feishu open platform's APIs, easy to call.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

 Project Readme

FeishuApi Build Status

FeishuApi is an integration of commonly used feishu open platform's APIs, easy to call.

English | 简体中文

Installation

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

Roadmap

  • ✅ Messenger
  • ✅ Group
  • Docs
  • Calendar
  • Video Conferencing
  • Rooms
  • Attendance
  • Approval
  • Account
  • Console
  • Task
  • Email
  • App Information
  • Company Information
  • Search
  • AI
  • Admin
  • HR
  • OKR
  • Real-name authentication
  • Smart access control
  • Enterprise Encyclopedia
  • Contacts

Documentation

See detailed documentation at feishu-api-doc

Usage

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')

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the FeishuApi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.