Zoomus
Ruby wrapper gem for zoom.us API.
Install / Use
/learn @mllocs/ZoomusREADME
Zoomus Gem
Ruby wrapper gem for zoom.us API v1.
Installation
Add this line to your application's Gemfile:
gem 'zoomus'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zoomus
Available actions
- user/create
- user/autocreate
- user/autocreate2
- user/custcreate
- user/update
- user/list
- user/pending
- user/get
- user/getbyemail
- user/delete
- user/permanentdelete
- meeting/get
- meeting/end
- meeting/create
- meeting/delete
- meeting/list
- meeting/update
- report/getaccountreport
- report/getuserreport
- report/getdailyreport
- webinar/create
- webinar/update
- webinar/delete
- webinar/list
- webinar/get
- webinar/end
- recording/list
- mc/recording/list
- recording/get
- recording/delete
- metrics/crc
- metrics/meetings
- metrics/meetingdetail
Example
require 'zoomus'
Zoomus.configure do |c|
c.api_key = 'xxx'
c.api_secret = 'xxx'
end
zoomus_client = Zoomus.new
user_list = zoomus_client.user_list
user_list['users'].each do |user|
user_id = user['id']
puts zoomus_client.meeting_list(:host_id => user_id)
end
begin
user_list = zoomus_client.user_list!
rescue Zoomus::Error => exception
puts 'Something went wrong'
end
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
