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/> "comment": "Kommentar",<br/>
"fromStation" : { (letzter Checkin)<br/> "fromStation" : { (letzter Checkin)<br/>
"name" : "Essen Hbf",<br/> "name" : "Essen Hbf",<br/>
"ds100" : "EE",<br/> "ds100" : "EE", (ggf. null)<br/>
"uic" : 8000098,<br/> "uic" : 8000098,<br/>
"latitude" : 51.451355,<br/> "latitude" : 51.451355,<br/>
"longitude" : 7.014793,<br/> "longitude" : 7.014793,<br/>
@ -41,7 +41,7 @@
},<br/> },<br/>
"toStation" : { (zugehöriger Checkout. Wenn noch nicht eingetragen, sind alle Felder null)<br/> "toStation" : { (zugehöriger Checkout. Wenn noch nicht eingetragen, sind alle Felder null)<br/>
"name" : "Essen Stadtwald",<br/> "name" : "Essen Stadtwald",<br/>
"ds100" : "EESA",<br/> "ds100" : "EESA", (ggf. null)<br/>
"uic" : 8001896,<br/> "uic" : 8001896,<br/>
"latitude" : 51.422853,<br/> "latitude" : 51.422853,<br/>
"longitude" : 7.023296,<br/> "longitude" : 7.023296,<br/>

View file

@ -24,9 +24,7 @@
<i class="material-icons left" aria-label="Ankündigung">announcement</i> <i class="material-icons left" aria-label="Ankündigung">announcement</i>
Derzeit unterstützt travelynx neben Bahnhofsnamen auch EVA-IDs und Derzeit unterstützt travelynx neben Bahnhofsnamen auch EVA-IDs und
DS100/Ril100-Codes. In Zukunft werden in einzelnen Fällen nur noch DS100/Ril100-Codes. In Zukunft werden in einzelnen Fällen nur noch
Bahnhofsnamen und EVA-IDs unterstützt. Im Zuge dessen wird in einem Bahnhofsnamen und EVA-IDs unterstützt.
zukünftigen Release eine neue API-Version (v2) mit optionalem
statt garantiert befülltem "ds100"-Feld etabliert werden.
</p> </p>
</div> </div>
</div> </div>