@golemio/bicycle-counters 1.2.2-dev.877451024 → 1.2.2-dev.880508738
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.yaml +7 -6
- package/package.json +1 -1
package/docs/openapi.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
openapi: 3.0.
|
|
1
|
+
openapi: 3.0.3
|
|
2
2
|
info:
|
|
3
|
-
title: Bicycle
|
|
3
|
+
title: Bicycle Counters
|
|
4
4
|
description: |
|
|
5
5
|
| Vendor | Vendor id prefix | Measurement time aggregation | Temperature availability |
|
|
6
6
|
| - | - | - | - |
|
|
@@ -9,12 +9,13 @@ info:
|
|
|
9
9
|
⚠️ Measurements of vendor Camea are every day at 5:00am (UTC) validated and recalculated and can change then.
|
|
10
10
|
version: 1.0.0
|
|
11
11
|
tags:
|
|
12
|
-
- name: Bicycle
|
|
12
|
+
- name: 🧮 Bicycle Counters
|
|
13
|
+
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Measurements of Bicycle Counters in Prague
|
|
13
14
|
paths:
|
|
14
15
|
/bicyclecounters/:
|
|
15
16
|
get:
|
|
16
17
|
tags:
|
|
17
|
-
- Bicycle
|
|
18
|
+
- 🧮 Bicycle Counters
|
|
18
19
|
summary: GET All Bicycle Counters
|
|
19
20
|
parameters:
|
|
20
21
|
- name: latlng
|
|
@@ -104,7 +105,7 @@ paths:
|
|
|
104
105
|
/bicyclecounters/detections:
|
|
105
106
|
get:
|
|
106
107
|
tags:
|
|
107
|
-
- Bicycle
|
|
108
|
+
- 🧮 Bicycle Counters
|
|
108
109
|
summary: GET Bicycle Counters Detections
|
|
109
110
|
parameters:
|
|
110
111
|
- name: limit
|
|
@@ -188,7 +189,7 @@ paths:
|
|
|
188
189
|
/bicyclecounters/temperatures:
|
|
189
190
|
get:
|
|
190
191
|
tags:
|
|
191
|
-
- Bicycle
|
|
192
|
+
- 🧮 Bicycle Counters
|
|
192
193
|
summary: GET Bicycle Counters Temperatures
|
|
193
194
|
parameters:
|
|
194
195
|
- name: limit
|