File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11** BetterHM-App-Backend**
22=========================
33
4- Dieser Backend-Dienst dient als Schnittstelle für die Inoffizielle BetterHM-App, um eine Reihe von Informationen und Funktionen bereitzustellen.
4+ Dieser Backend-Dienst dient als Schnittstelle für die inoffizielle BetterHM-App, um eine Reihe von Informationen und Funktionen bereitzustellen.
55
66** Endpunkte**
77---------------
@@ -75,11 +75,17 @@ Dieser Backend-Dienst dient als Schnittstelle für die Inoffizielle BetterHM-App
7575}
7676```
7777
78+ ### /v1/movies
79+
80+ * ** Beschreibung** : Gibt das aktuelle Kinoprogramm zurück
81+ * ** HTTP-Methode** : GET
82+ * ** Antwortformat** : JSON
83+
7884** Technische Details**
7985-------------------------
8086
8187* Die Endpunkte werden über HTTP bereitgestellt.
82- * Die Antwortformat sind JSON-Objekte.
88+ * Die Antwortformate sind JSON-Objekte.
8389* Die Anwendung wird durch eine Konfigurationsdatei config.yml im Ordner /resources/yaml konfiguriert
8490
8591** Fehlerbehandlung**
You can’t perform that action at this time.
0 commit comments