Skip to content

ruilisi/feishu-api

Repository files navigation

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages