...
GET http://IP-address:port/intellect_core/React?command="{react}"
GET http://IP-address:port/intellect_core/Event?command="{event}"
or (with the same result)
POST http://IP-address:port/intellect_core/React HTTP/1.1
...
| Code Block |
|---|
|
GET http://127.0.0.1:808080/intellect_core/React?command="CAM|2|ADD_SUBTITLES|command<Some text\n!>" |
...
| Code Block |
|---|
|
GET http://127.0.0.1:808080/intellect_core/Event?command="CAM|2|MD_START" |
...
| Code Block |
|---|
|
POST http://127.0.0.1:808080/intellect_core/Event HTTP/1.1
{
"command" : "CAM|2|MD_START"
} |
...
| Code Block |
|---|
|
GET http://127.0.0.1:808080/intellect_core/React?command="MACRO|1|RUN" |
...
| Code Block |
|---|
|
POST http://127.0.0.1:808080/intellect_core/React HTTP/1.1
{
"command" : "CAM|1|REC"
} |