adapt docs to 98a051b 📝

This commit is contained in:
Jannis R 2018-07-11 00:32:57 +02:00 committed by Jannis Redmann
parent a475f2048d
commit 59fee11216
4 changed files with 8 additions and 8 deletions

View file

@ -35,7 +35,7 @@ The response may look like this:
```js
[ {
type: 'station',
type: 'stop',
id: '900000100003',
name: 'S+U Alexanderplatz',
location: {

View file

@ -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: {

View file

@ -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: { /* … */ },

View file

@ -46,7 +46,7 @@ The response may look like this:
```js
{
type: 'station',
type: 'stop',
id: '900000042101',
name: 'U Spichernstr.',
location: {