Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.43 KB

README.rst

File metadata and controls

44 lines (27 loc) · 1.43 KB

BigBlueButton API Buddy

Clean and simple interface for making API calls on a BigBlueButton server. It is intended to make a developers life easier when developing bigbluebutton integrations.

How Does it Work?

Open urls-bbb.html in a browser. Fill out the form, or use the populated values then click Submit. This will generate all the urls for all the possible API calls. Click the call you wish to make and the bigbluebutton server's response should be displayed within the browser.

Current Status

  • Works with the 0.7 API

License

Copyright 2011 Omar Shammas

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Versions

1.0 -- Initial version written by Omar Shammas