Unverified Commit caf1afa6 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

API: Note that ds100 may be null

parent 61b33446
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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/>
+1 −3
Original line number Diff line number Diff line
@@ -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>