@golemio/pid 3.0.1-dev.1539989765 → 3.0.1-dev.1542752277

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.
@@ -35,13 +35,13 @@ tags:
35
35
  description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> <img src="https://img.shields.io/badge/stability-experimental-orange" alt="golemioapi-stability-badge" />
36
36
 
37
37
  - name: đŸ—“ī¸ Public GTFS Static Lookup (v2)
38
- description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> <img src="https://img.shields.io/badge/stability-experimental-orange" alt="golemioapi-stability-badge" />
38
+ description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" />
39
39
 
40
40
  - name: 🕐 Public Vehicle Positions (v2)
41
- description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> <img src="https://img.shields.io/badge/stability-experimental-orange" alt="golemioapi-stability-badge" />
41
+ description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" />
42
42
 
43
43
  - name: 🕒 Public Departures (v2)
44
- description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> <img src="https://img.shields.io/badge/stability-experimental-orange" alt="golemioapi-stability-badge" />
44
+ description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" />
45
45
 
46
46
  paths:
47
47
  /v2/gtfs/services:
@@ -1330,7 +1330,10 @@ paths:
1330
1330
  tags:
1331
1331
  - đŸ—“ī¸ Public GTFS Static Lookup (v2)
1332
1332
  summary: GET GTFS Trip
1333
- description: "Get GTFS static trip info by trip ID, including associated stop times (without no stop waypoints) and shapes."
1333
+ description: |
1334
+ Get GTFS static trip info by trip ID, including associated stop times (without no stop waypoints) and shapes.
1335
+
1336
+ â„šī¸ Note: This endpoint is optimized for client applications serving many users simultaneously. It provides streamlined data structures and caching strategies suitable for client-side consumption. Rate limits can be adjusted upon request - contact us if you need higher limits. Note: Despite the 'public' prefix, this endpoint requires an API key for access control and usage monitoring.
1334
1337
  parameters:
1335
1338
  - name: gtfsTripId
1336
1339
  in: path
@@ -1392,6 +1395,8 @@ paths:
1392
1395
  tags:
1393
1396
  - 🕐 Public Vehicle Positions (v2)
1394
1397
  summary: GET All Vehicle Positions
1398
+ description: |
1399
+ â„šī¸ Note: This endpoint is optimized for client applications serving many users simultaneously. It provides streamlined data structures and caching strategies suitable for client-side consumption. Rate limits can be adjusted upon request - contact us if you need higher limits. Note: Despite the 'public' prefix, this endpoint requires an API key for access control and usage monitoring.
1395
1400
  parameters:
1396
1401
  - name: boundingBox
1397
1402
  in: query
@@ -1464,6 +1469,8 @@ paths:
1464
1469
  tags:
1465
1470
  - 🕐 Public Vehicle Positions (v2)
1466
1471
  summary: GET Vehicle Positions
1472
+ description: |
1473
+ â„šī¸ Note: This endpoint is optimized for client applications serving many users simultaneously. It provides streamlined data structures and caching strategies suitable for client-side consumption. Rate limits can be adjusted upon request - contact us if you need higher limits. Note: Despite the 'public' prefix, this endpoint requires an API key for access control and usage monitoring.
1467
1474
  parameters:
1468
1475
  - name: vehicleId
1469
1476
  in: path
@@ -1531,6 +1538,8 @@ paths:
1531
1538
  Combination of `vehicleId` and `gtfsTripId` is needed because multiple vehicles can serve the same trip, and we want to select the correct one.
1532
1539
  `gtfsTripId` is specified as a path matrix parameter.
1533
1540
  <br><br>Example: `/public/vehiclepositions/service-3-1001;gtfsTripId=115_107_180501`
1541
+
1542
+ â„šī¸ Note: This endpoint is optimized for client applications serving many users simultaneously. It provides streamlined data structures and caching strategies suitable for client-side consumption. Rate limits can be adjusted upon request - contact us if you need higher limits. Note: Despite the 'public' prefix, this endpoint requires an API key for access control and usage monitoring.
1534
1543
  parameters:
1535
1544
  - name: vehicleId
1536
1545
  in: path
@@ -1602,6 +1611,8 @@ paths:
1602
1611
  tags:
1603
1612
  - 🕒 Public Departures (v2)
1604
1613
  summary: Get Departure Boards
1614
+ description: |
1615
+ â„šī¸ Note: This endpoint is optimized for client applications serving many users simultaneously. It provides streamlined data structures and caching strategies suitable for client-side consumption. Rate limits can be adjusted upon request - contact us if you need higher limits. Note: Despite the 'public' prefix, this endpoint requires an API key for access control and usage monitoring.
1605
1616
  parameters:
1606
1617
  - in: query
1607
1618
  name: stopIds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "3.0.1-dev.1539989765",
3
+ "version": "3.0.1-dev.1542752277",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",