From caf1afa61085ef4d252138b2c8d3fb64e79e2fa9 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 14 Aug 2023 12:26:45 +0200 Subject: API: Note that ds100 may be null --- templates/api_documentation.html.ep | 10 +++++----- templates/changelog.html.ep | 4 +--- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index d2f9261..1874f5d 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -32,7 +32,7 @@ "comment": "Kommentar",
"fromStation" : { (letzter Checkin)
"name" : "Essen Hbf",
- "ds100" : "EE",
+ "ds100" : "EE", (ggf. null)
"uic" : 8000098,
"latitude" : 51.451355,
"longitude" : 7.014793,
@@ -41,7 +41,7 @@ },
"toStation" : { (zugehöriger Checkout. Wenn noch nicht eingetragen, sind alle Felder null)
"name" : "Essen Stadtwald",
- "ds100" : "EESA",
+ "ds100" : "EESA", (ggf. null)
"uic" : 8001896,
"latitude" : 51.422853,
"longitude" : 7.023296,
@@ -188,9 +188,9 @@ "no" : "30634", (Zugnummer als String)
},
"fromStation" : { (Start / Checkin)
- "name" : "Essen Hbf", (Name oder DS100)
- "scheduledTime": 1556083680, (UNIX-Timestamp)
- "realTime": 1556083680, (UNIX-Timestamp, optional, default == scheduledTime)
+ "name" : "Essen Hbf", (Name oder DS100)
+ "scheduledTime": 1556083680, (UNIX-Timestamp)
+ "realTime": 1556083680, (UNIX-Timestamp, optional, default == scheduledTime)
},
"toStation" : { (Ziel / Checkout)
"name" : "Essen Stadtwald", (Name oder DS100)
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 7e499dd..59b2cfa 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -24,9 +24,7 @@ announcement Derzeit unterstützt travelynx neben Bahnhofsnamen auch EVA-IDs und DS100/Ril100-Codes. In Zukunft werden in einzelnen Fällen nur noch - Bahnhofsnamen und EVA-IDs unterstützt. Im Zuge dessen wird in einem - zukünftigen Release eine neue API-Version (v2) mit optionalem - statt garantiert befülltem "ds100"-Feld etabliert werden. + Bahnhofsnamen und EVA-IDs unterstützt.

-- cgit v1.2.3