Skip to content
forked from kyleboe/zoom_rb

Ruby API Wrapper for zoom.us API

License

Notifications You must be signed in to change notification settings

healthie/zoom_rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoomus

TODO: API wrapper for zoom.us API.

Installation

Add this line to your application's Gemfile:

gem 'zoomus'

And then execute:

$ bundle

Or install it yourself as:

$ gem install zoomus

Usage

@zc = Zoomus::Client.new(:api_key => "xxx", :api_secret => "xxx")
@zc.user_list

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Packages

No packages published

Languages

  • Ruby 99.9%
  • Makefile 0.1%