mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
adapt docs to 98a051b 📝
This commit is contained in:
parent
a475f2048d
commit
59fee11216
4 changed files with 8 additions and 8 deletions
|
@ -35,7 +35,7 @@ The response may look like this:
|
|||
|
||||
```js
|
||||
[ {
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000100003',
|
||||
name: 'S+U Alexanderplatz',
|
||||
location: {
|
||||
|
|
|
@ -39,7 +39,7 @@ The response may look like this:
|
|||
|
||||
```js
|
||||
[ {
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000120001',
|
||||
name: 'S+U Frankfurter Allee',
|
||||
location: {
|
||||
|
@ -58,7 +58,7 @@ The response may look like this:
|
|||
},
|
||||
distance: 56
|
||||
}, {
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000120540',
|
||||
name: 'Scharnweberstr./Weichselstr.',
|
||||
location: {
|
||||
|
@ -69,7 +69,7 @@ The response may look like this:
|
|||
products: { /* … */ },
|
||||
distance: 330
|
||||
}, {
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000160544',
|
||||
name: 'Rathaus Lichtenberg',
|
||||
location: {
|
||||
|
|
|
@ -69,7 +69,7 @@ The response may look like this:
|
|||
trip: 31463,
|
||||
nextStops: [ {
|
||||
station: {
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000029101',
|
||||
name: 'S Spandau',
|
||||
location: {
|
||||
|
@ -94,14 +94,14 @@ The response may look like this:
|
|||
} /* … */ ],
|
||||
frames: [ {
|
||||
origin: {
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000100003',
|
||||
name: 'S+U Alexanderplatz',
|
||||
location: { /* … */ },
|
||||
products: { /* … */ }
|
||||
},
|
||||
destination: {
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000100004',
|
||||
name: 'S+U Jannowitzbrücke',
|
||||
location: { /* … */ },
|
||||
|
|
|
@ -46,7 +46,7 @@ The response may look like this:
|
|||
|
||||
```js
|
||||
{
|
||||
type: 'station',
|
||||
type: 'stop',
|
||||
id: '900000042101',
|
||||
name: 'U Spichernstr.',
|
||||
location: {
|
||||
|
|
Loading…
Add table
Reference in a new issue