mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
3rdparty | ||
bin | ||
classes | ||
config | ||
functions | ||
helpers | ||
RestControllers | ||
tests/classes/models | ||
.gitignore | ||
.htaccess | ||
db_struct.sql | ||
index.php | ||
init.php | ||
LICENSE | ||
README.md |
The Comunic API
This project is the main Comunic RestAPI. It assures data backend support.
(c) Pierre HUBERT since 2017
Crons required for Comunic
Currently, this server does not make use of crons.
Use calls in Comunic
To use calls in Comunic, you need a WebRTCSignalExchangerServer, a small signal exchanging server written using NodeJS. You also need to modify your configuration file located at config/overwrite.php
by copying and pasting commented configuration located at config/calls.php
and make it fit your needs.
Add API clients
In order to easily add clients to the API, a script has been created. bin/add_client [name] [token] Note : The name of the client must be unique, and the token should the strongest as possible