Visit our API Explorer for documentation: https://bluejeans.github.io/api-rest-meetings/site/index.html
https://github.com/bluejeans/api-rest-onvideo/tree/master/libs/csharp
- To add our Maven repository to your project, add this to your pom.xml:
<repositories>
<repository>
<id>bluejeans-api-rest-onvideo-mvn-repo</id>
<url>https://raw.githubusercontent.com/bluejeans/api-rest-onvideo/mvn-repo</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
- Futher instructions can be found at:
https://github.com/bluejeans/api-rest-onvideo/tree/master/libs/java
- To add our NPM repository to your project, add run this command:
npm install bluejeans/api-rest-onvideo#npm-repo --save
- Further instructions can be found at:
https://github.com/bluejeans/api-rest-onvideo/tree/master/libs/javascript
- Some examples at:
https://github.com/bluejeans/api-rest-onvideo/tree/master/libs/javascript/examples
https://github.com/bluejeans/api-rest-onvideo/tree/master/libs/python