Update 04. Prototyp – Vorgehen & Implementierung authored by Philipp Straub's avatar Philipp Straub
...@@ -57,7 +57,7 @@ Wurde ein **Secondary Device** erstellt, sind folgende Adressen über den Browse ...@@ -57,7 +57,7 @@ Wurde ein **Secondary Device** erstellt, sind folgende Adressen über den Browse
- ```/reactor``` [HTTP GET], sucht nach neuen Interactoren, routet bei Erfolg auf ```/reactor/umleitung?uuid={Interactor UUID}``` - ```/reactor``` [HTTP GET], sucht nach neuen Interactoren, routet bei Erfolg auf ```/reactor/umleitung?uuid={Interactor UUID}```
- ```/reactor/topic``` [HTTP GET], liefert Topic, unter dem ausgewählter Intactor publiziert, ```Content-Type: application/json``` - ```/reactor/topic``` [HTTP GET], liefert Topic, unter dem ausgewählter Intactor publiziert, ```Content-Type: application/json```
- ```/reactor/name``` [HTTP GET], liefert angegebenen Namen von ausgewähltem Interactor, ```Content-Type: application/json``` - ```/reactor/name``` [HTTP GET], liefert angegebenen Namen von ausgewähltem Interactor, ```Content-Type: application/json```
- ```/reactor/umleitung?uuid={Interactor UUID}``` [HTTP GET], liefert Webpage zur Darstellung der Reaktionen eines Interactors, , ```Content-Type: text/html``` - ```/reactor/umleitung?uuid={Interactor UUID}``` [HTTP GET], liefert Webpage zur Darstellung der Reaktionen eines Interactors, ```Content-Type: text/html```
- ```/reactor/reaction?uuid={Interactor UUID}``` [HTTP GET], liefert zuletzt gesendete Reaktion(en) eines Interactors, ```Content-Type: application/json``` - ```/reactor/reaction?uuid={Interactor UUID}``` [HTTP GET], liefert zuletzt gesendete Reaktion(en) eines Interactors, ```Content-Type: application/json```
- ```/reactor/files/script.js``` [HTTP GET], liefert Javascript für ```/reactor/umleitung?uuid={Interactor UUID}```, ```Content-Type: application/javascript``` - ```/reactor/files/script.js``` [HTTP GET], liefert Javascript für ```/reactor/umleitung?uuid={Interactor UUID}```, ```Content-Type: application/javascript```
- ```/reactor/files/stylesheet.css``` [HTTP GET], liefert CSS für ```/reactor/umleitung?uuid={Interactor UUID}```, ```Content-Type: text/css``` - ```/reactor/files/stylesheet.css``` [HTTP GET], liefert CSS für ```/reactor/umleitung?uuid={Interactor UUID}```, ```Content-Type: text/css```
... ...
......