@golemio/pid 2.15.1-dev.1395036992 → 2.15.1-dev.1395797007
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/openapi-output.yaml +3 -3
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -860,21 +860,21 @@ paths:
|
|
|
860
860
|
parameters:
|
|
861
861
|
- name: ids
|
|
862
862
|
in: query
|
|
863
|
-
description: Get result by GTFS stop_id. Can be used to retrive individual stops and to separate departures of Prague and intercity routes, even if they depart from the same physical stop. A list of GTFS stops can be found in `stops.txt` file of the [GTFS feed](
|
|
863
|
+
description: Get result by GTFS stop_id. Can be used to retrive individual stops and to separate departures of Prague and intercity routes, even if they depart from the same physical stop. A list of GTFS stops can be found in `stops.txt` file of the [GTFS feed](https://opendata.praha.eu/datasets/https%3A%2F%2Fapi.opendata.praha.eu%2Flod%2Fcatalog%2F9a6a1d8e-45b9-41de-b9ae-0bcec7126876).
|
|
864
864
|
required: false
|
|
865
865
|
schema:
|
|
866
866
|
type: string
|
|
867
867
|
example: "U458Z101P"
|
|
868
868
|
- name: aswIds
|
|
869
869
|
in: query
|
|
870
|
-
description: "Get result by ASW ID. First part of the number represents the whole node. Usually it groups the stops of the same name or all stops associated with a metro station. Also returns related train stations in the node. The second part of the number is optional and represents individual stops in the node. Use `_` instead of `/` as a separator or encode the slash sign with `%2F`. A list of ASW IDs can be found in [Prague Open data](
|
|
870
|
+
description: "Get result by ASW ID. First part of the number represents the whole node. Usually it groups the stops of the same name or all stops associated with a metro station. Also returns related train stations in the node. The second part of the number is optional and represents individual stops in the node. Use `_` instead of `/` as a separator or encode the slash sign with `%2F`. A list of ASW IDs can be found in [Prague Open data](https://opendata.praha.eu/datasets/https%3A%2F%2Fapi.opendata.praha.eu%2Flod%2Fcatalog%2F6ac8381f-ea19-4ea9-8949-92076809dc5a). ⚠️ Note: combination with `includeMetroTrains` is currently not supported, see [issue pid#222](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/issues/222)."
|
|
871
871
|
required: false
|
|
872
872
|
schema:
|
|
873
873
|
type: string
|
|
874
874
|
example: "458_101"
|
|
875
875
|
- name: cisIds
|
|
876
876
|
in: query
|
|
877
|
-
description: Get result by CIS ID. A list of CIS IDs can be found in [Prague Open data](
|
|
877
|
+
description: Get result by CIS ID. A list of CIS IDs can be found in [Prague Open data](https://opendata.praha.eu/datasets/https%3A%2F%2Fapi.opendata.praha.eu%2Flod%2Fcatalog%2F6ac8381f-ea19-4ea9-8949-92076809dc5a).
|
|
878
878
|
required: false
|
|
879
879
|
schema:
|
|
880
880
|
type: number
|