Skip to content

Commit f3bd4c8

Browse files
committed
Add movies to README
1 parent 801c5a6 commit f3bd4c8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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**

0 commit comments

Comments
 (0)