From 97b1c10d7cc51b3d419fe942f220f7fa96d08d73 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Fri, 25 Mar 2022 18:13:05 +0100 Subject: [PATCH] =?UTF-8?q?rebuild=20API=20docs=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit opt.{includeRelatedStations,stopovers} are not supported by most HAFAS endpoints anymore. --- docs/api.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/api.md b/docs/api.md index 5d38fad..34756f7 100644 --- a/docs/api.md +++ b/docs/api.md @@ -255,8 +255,6 @@ parameter | description | type | default value `linesOfStops` | Parse & return lines of each stop/station? | boolean | `false` `remarks` | Parse & return hints & warnings? | boolean | `true` `language` | Language of the results. | string | `en` -`includeRelatedStations` | Fetch departures at related stops, e.g. those that belong together on the metro map? | boolean | `true` -`stopovers` | Fetch & parse next stopovers of each departure? | boolean | `false` `nationalExpress` | Include InterCityExpress (ICE)? | boolean | `true` `national` | Include InterCity & EuroCity (IC/EC)? | boolean | `true` `regionalExp` | Include RegionalExpress & InterRegio (RE/IR)? | boolean | `true` @@ -326,8 +324,6 @@ parameter | description | type | default value `linesOfStops` | Parse & return lines of each stop/station? | boolean | `false` `remarks` | Parse & return hints & warnings? | boolean | `true` `language` | Language of the results. | string | `en` -`includeRelatedStations` | Fetch departures at related stops, e.g. those that belong together on the metro map? | boolean | `true` -`stopovers` | Fetch & parse next stopovers of each departure? | boolean | `false` `nationalExpress` | Include InterCityExpress (ICE)? | boolean | `true` `national` | Include InterCity & EuroCity (IC/EC)? | boolean | `true` `regionalExp` | Include RegionalExpress & InterRegio (RE/IR)? | boolean | `true`