@golemio/bicycle-counters 1.2.7 → 1.2.8-dev.1015954521
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 +20 -7
- package/package.json +3 -3
package/docs/openapi.yaml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
openapi: 3.0.3
|
|
2
|
+
|
|
2
3
|
info:
|
|
3
4
|
title: Bicycle Counters
|
|
4
5
|
description: |
|
|
@@ -8,14 +9,26 @@ info:
|
|
|
8
9
|
| EcoCounter | `ecoCounter-` | 15 minutes | not available |
|
|
9
10
|
⚠️ Measurements of vendor Camea are every day at 5:00am (UTC) validated and recalculated and can change then.
|
|
10
11
|
version: 1.0.0
|
|
12
|
+
contact:
|
|
13
|
+
name: Golemio Prague Data Platform
|
|
14
|
+
email: golemio@operatorict.cz
|
|
15
|
+
url: https://golemio.cz
|
|
16
|
+
|
|
17
|
+
servers:
|
|
18
|
+
- url: https://rabin.golemio.cz
|
|
19
|
+
description: Test (development) server
|
|
20
|
+
- url: https://api.golemio.cz
|
|
21
|
+
description: Main (production) server
|
|
22
|
+
|
|
11
23
|
tags:
|
|
12
|
-
- name: 🧮 Bicycle Counters
|
|
24
|
+
- name: 🧮 Bicycle Counters (v2)
|
|
13
25
|
description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> 💡 Locations and Measurements of Bicycle Counters in Prague
|
|
26
|
+
|
|
14
27
|
paths:
|
|
15
|
-
/bicyclecounters
|
|
28
|
+
/v2/bicyclecounters:
|
|
16
29
|
get:
|
|
17
30
|
tags:
|
|
18
|
-
- 🧮 Bicycle Counters
|
|
31
|
+
- 🧮 Bicycle Counters (v2)
|
|
19
32
|
summary: GET All Bicycle Counters
|
|
20
33
|
parameters:
|
|
21
34
|
- name: latlng
|
|
@@ -102,10 +115,10 @@ paths:
|
|
|
102
115
|
example:
|
|
103
116
|
error_message: Forbidden
|
|
104
117
|
error_status: 403
|
|
105
|
-
/bicyclecounters/detections:
|
|
118
|
+
/v2/bicyclecounters/detections:
|
|
106
119
|
get:
|
|
107
120
|
tags:
|
|
108
|
-
- 🧮 Bicycle Counters
|
|
121
|
+
- 🧮 Bicycle Counters (v2)
|
|
109
122
|
summary: GET Bicycle Counters Detections
|
|
110
123
|
parameters:
|
|
111
124
|
- name: limit
|
|
@@ -186,10 +199,10 @@ paths:
|
|
|
186
199
|
example:
|
|
187
200
|
error_message: Forbidden
|
|
188
201
|
error_status: 403
|
|
189
|
-
/bicyclecounters/temperatures:
|
|
202
|
+
/v2/bicyclecounters/temperatures:
|
|
190
203
|
get:
|
|
191
204
|
tags:
|
|
192
|
-
- 🧮 Bicycle Counters
|
|
205
|
+
- 🧮 Bicycle Counters (v2)
|
|
193
206
|
summary: GET Bicycle Counters Temperatures
|
|
194
207
|
parameters:
|
|
195
208
|
- name: limit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/bicycle-counters",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8-dev.1015954521",
|
|
4
4
|
"description": "Golemio Bicycle Counters Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@commitlint/cli": "^11.0.0",
|
|
34
34
|
"@commitlint/config-conventional": "^11.0.0",
|
|
35
35
|
"@golemio/cli": "1.5.0",
|
|
36
|
-
"@golemio/core": "1.
|
|
36
|
+
"@golemio/core": "1.9.2-dev.1008079941",
|
|
37
37
|
"@golemio/db-common": "1.1.1",
|
|
38
38
|
"@golemio/eslint-config": "1.1.1",
|
|
39
39
|
"@types/chai": "4.2.3",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"typescript-transform-paths": "^3.4.6"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@golemio/core": ">=1.
|
|
68
|
+
"@golemio/core": ">=1.9.0"
|
|
69
69
|
}
|
|
70
70
|
}
|