API: Note that ds100 may be null

This commit is contained in:
Birte Kristina Friesel 2023-08-14 12:26:45 +02:00
parent 61b33446cd
commit caf1afa610
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA
2 changed files with 6 additions and 8 deletions

View file

@ -32,7 +32,7 @@
"comment": "Kommentar",<br/>
"fromStation" : { (letzter Checkin)<br/>
"name" : "Essen Hbf",<br/>
"ds100" : "EE",<br/>
"ds100" : "EE", (ggf. null)<br/>
"uic" : 8000098,<br/>
"latitude" : 51.451355,<br/>
"longitude" : 7.014793,<br/>
@ -41,7 +41,7 @@
},<br/>
"toStation" : { (zugehöriger Checkout. Wenn noch nicht eingetragen, sind alle Felder null)<br/>
"name" : "Essen Stadtwald",<br/>
"ds100" : "EESA",<br/>
"ds100" : "EESA", (ggf. null)<br/>
"uic" : 8001896,<br/>
"latitude" : 51.422853,<br/>
"longitude" : 7.023296,<br/>
@ -188,9 +188,9 @@
"no" : "30634", (Zugnummer als String)<br/>
},<br/>
"fromStation" : { (Start / Checkin)<br/>
"name" : "Essen Hbf", (Name oder DS100)<br/>
"scheduledTime": 1556083680, (UNIX-Timestamp)<br/>
"realTime": 1556083680, (UNIX-Timestamp, optional, default == scheduledTime)<br/>
"name" : "Essen Hbf", (Name oder DS100)<br/>
"scheduledTime": 1556083680, (UNIX-Timestamp)<br/>
"realTime": 1556083680, (UNIX-Timestamp, optional, default == scheduledTime)<br/>
},<br/>
"toStation" : { (Ziel / Checkout)<br/>
"name" : "Essen Stadtwald", (Name oder DS100)<br/>

View file

@ -24,9 +24,7 @@
<i class="material-icons left" aria-label="Ankündigung">announcement</i>
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.
</p>
</div>
</div>