From 1266a17bddb8184cc05dceffdf26d76aa5cbc58f Mon Sep 17 00:00:00 2001 From: Fred Date: Tue, 21 Jan 2014 18:34:48 +0100 Subject: [PATCH] Update README.md --- README.md | 54 +++++++++++++++++++----------------------------------- 1 file changed, 19 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 47890c6..968ac4f 100644 --- a/README.md +++ b/README.md @@ -101,41 +101,25 @@ Details einer Verbindung - getDetails | ---- | --- | -------------------------------------------- | ----------------: | | id | int | Index der spezifischen Verbindung. Siehe get | Ja | -| Array | Name | Typ | Beschreibung | Wird benötigt | -| ----- | --------- | --- | ------------ | ------------- | -| start | | | | | -| | station | | | | -| | time | | | | -| | plattform | | | | -| | date | | | | -| | prognose | | | | -| end | | | | | -| | station | | | | -| | time | | | | -| | plattform | | | | -| | date | | | | -| | prognose | | | | -| | | | | | -| | | | | | -| | | | | | -| | | | | | -start - station (string) Name der Einstiegs Station - time (string) Abfahrtszeit von der Station - plattform (string) Bahnsteig an der Station - date (string) Abfahrtsdatum - prognose (string) Aktuelle Zeit, if n.a = string(0) -end - station (string) Name der Ausstiegs Station - time (string) Ankunftszeit an der Station - plattform (string) Bahnsteig an der Station - date (string) Ankunftsdatum - prognose (string) Aktuelle Zeit, if n.a = string(0) -data - productName (string) Produktname, z.B RJ, ICE, BUS - productImg (string) Dazugehöriges Bild zum Produkt oebb.at - productUrl (string) Übersicht für die Linie. NULL Bug - duration (string) Fahrzeit der Verbindung +| Array | Name | Typ | Beschreibung | Wird benötigt | +| ----- | ----------- | ------ | -------------------------------------- | ------------- | +| start | | | | Nein | +| | station | string | Name der Einstiegs Station | Nein | +| | time | string | Abfahrtszeit von der Station | Nein | +| | plattform | string | Bahnsteig an der Station | Nein | +| | date | string | Abfahrtsdatum | Nein | +| | prognose | string | Aktuelle Zeit, if n.a = string(0) | Nein | +| end | | | | Nein | +| | station | string | Name der Ausstiegs Station | Nein | +| | time | string | Ankunftszeit an der Station | Nein | +| | plattform | string | Bahnsteig an der Station | Nein | +| | date | string | Ankunftsdatum | Nein | +| | prognose | string | Aktuelle Zeit, if n.a = string(0) | Nein | +| data | | | | Nein | +| | productName | string | Produktname, z.B RJ, ICE, BUS | Nein | +| | productImg | string | Dazugehöriges Bild zum Produkt oebb.at | Nein | +| | productUrl | string | ersicht für die Linie. NULL Bug | Nein | +| | duration | string | Fahrzeit der Verbindung | Nein |