Skip to content

bluejeans/api-rest-meetings

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

api-rest-meetings

Visit our API Explorer for documentation: https://bluejeans.github.io/api-rest-meetings/site/index.html

C#

https://github.com/bluejeans/api-rest-meetings/tree/master/libs/csharp

Java

  1. To add our Maven repository to your project, add this to your pom.xml:
<repositories>
    <repository>
        <id>bluejeans-api-rest-meetings-mvn-repo</id>
        <url>https://raw.githubusercontent.com/bluejeans/api-rest-meetings/mvn-repo</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>
  1. Futher instructions can be found at:

https://github.com/bluejeans/api-rest-meetings/tree/master/libs/java

JavaScript

  1. To add our NPM repository to your project, add run this command:
npm install bluejeans/api-rest-onvideo#npm-repo --save
  1. Further instructions can be found at:

https://github.com/bluejeans/api-rest-meetings/tree/master/libs/javascript

  1. Some examples at:

https://github.com/bluejeans/api-rest-meetings/tree/master/libs/javascript/examples

PHP

https://github.com/bluejeans/api-rest-meetings/tree/master/libs/php/BlueJeansOnVideoRestApi

Python

https://github.com/bluejeans/api-rest-meetings/tree/master/libs/python