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 ```js
[ { [ {
type: 'station', type: 'stop',
id: '900000100003', id: '900000100003',
name: 'S+U Alexanderplatz', name: 'S+U Alexanderplatz',
location: { location: {

View file

@ -39,7 +39,7 @@ The response may look like this:
```js ```js
[ { [ {
type: 'station', type: 'stop',
id: '900000120001', id: '900000120001',
name: 'S+U Frankfurter Allee', name: 'S+U Frankfurter Allee',
location: { location: {
@ -58,7 +58,7 @@ The response may look like this:
}, },
distance: 56 distance: 56
}, { }, {
type: 'station', type: 'stop',
id: '900000120540', id: '900000120540',
name: 'Scharnweberstr./Weichselstr.', name: 'Scharnweberstr./Weichselstr.',
location: { location: {
@ -69,7 +69,7 @@ The response may look like this:
products: { /* … */ }, products: { /* … */ },
distance: 330 distance: 330
}, { }, {
type: 'station', type: 'stop',
id: '900000160544', id: '900000160544',
name: 'Rathaus Lichtenberg', name: 'Rathaus Lichtenberg',
location: { location: {

View file

@ -69,7 +69,7 @@ The response may look like this:
trip: 31463, trip: 31463,
nextStops: [ { nextStops: [ {
station: { station: {
type: 'station', type: 'stop',
id: '900000029101', id: '900000029101',
name: 'S Spandau', name: 'S Spandau',
location: { location: {
@ -94,14 +94,14 @@ The response may look like this:
} /* … */ ], } /* … */ ],
frames: [ { frames: [ {
origin: { origin: {
type: 'station', type: 'stop',
id: '900000100003', id: '900000100003',
name: 'S+U Alexanderplatz', name: 'S+U Alexanderplatz',
location: { /* … */ }, location: { /* … */ },
products: { /* … */ } products: { /* … */ }
}, },
destination: { destination: {
type: 'station', type: 'stop',
id: '900000100004', id: '900000100004',
name: 'S+U Jannowitzbrücke', name: 'S+U Jannowitzbrücke',
location: { /* … */ }, location: { /* … */ },

View file

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