@golemio/pid 5.15.4-dev.2629000433 → 5.15.4-dev.2636697155
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 -1
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -24,6 +24,8 @@ tags:
|
|
|
24
24
|
|
|
25
25
|
- name: 🗺 GTFS Realtime (v2)
|
|
26
26
|
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> Protobuf feeds of GTFS Realtime data. The feeds are updated every 20 seconds. Proto definitions can be found at [gtfs-realtime-OVapi.proto](https://gitlab.com/operator-ict/golemio/code/ovapi-gtfs-realtime-bindings/-/blob/master/src/gtfs-realtime-OVapi.proto). You can inspect the data in human-readable form using the [GTFS Realtime Inspector](https://gitlab.com/operator-ict/golemio/code/modules/pid/-/tree/master/toolkit/gtfs-realtime-inspector).
|
|
27
|
+
- name: 🗺 GTFS Realtime (v2) - internal
|
|
28
|
+
description: Endpoints for internal use
|
|
27
29
|
|
|
28
30
|
- name: 🛤 PID Realtime Positions (v2)
|
|
29
31
|
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> Realtime positions of vehicles in custom GeoJSON format.
|
|
@@ -883,7 +885,7 @@ paths:
|
|
|
883
885
|
summary: GET GTFS-RT Display Alerts Feed
|
|
884
886
|
description: "Experimental feed with infotext alerts targeted at specific stops for e-paper displays. Uses stopId in informedEntity instead of routeId."
|
|
885
887
|
tags:
|
|
886
|
-
- 🗺 GTFS Realtime (v2)
|
|
888
|
+
- 🗺 GTFS Realtime (v2) - internal
|
|
887
889
|
responses:
|
|
888
890
|
"200":
|
|
889
891
|
description: successful operation
|