jasonbdaro / api-rest-meetings
dev-master
2023-12-06 06:22 UTC
Requires
- php: >=5.5
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ~1.12
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ~2.6
This package is auto-updated.
Last update: 2025-04-27 07:09:44 UTC
README
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
- 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>
- Futher instructions can be found at:
https://github.com/bluejeans/api-rest-meetings/tree/master/libs/java
JavaScript
- 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-meetings/tree/master/libs/javascript
- 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