generated from noi-techpark/java-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calls.http
64 lines (59 loc) · 2.87 KB
/
calls.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@host=http://localhost:{{$dotenv SERVER_PORT}}
### Healthcheck
GET {{host}}/health
### static NeTEx parking data
GET {{host}}/netex/parking
### static NeTEx mobility sharing data
GET {{host}}/netex/sharing
### static NeTEx flight data
GET {{host}}/netex/flights
### SIRI-FM real time parking availability. Station ID as a parameter
GET {{host}}/siri/fm/115
### parking
GET https://mobility.api.opendatahub.com/v2/flat/ParkingStation
?where=sactive.eq.true,sorigin.in.(FBK,A22,Municipality Merano,FAMAS)
### Bike sharing bolzano sharing service
GET https://mobility.api.opendatahub.testingmachine.eu/v2/flat/BikesharingStation
?where=sorigin.eq.BIKE_SHARING_BOLZANO,sactive.eq.true
### Bike sharing bolzano single bicycles
GET https://mobility.api.opendatahub.testingmachine.eu/v2/flat/Bicycle
?where=sorigin.eq.BIKE_SHARING_BOLZANO,sactive.eq.true
&limit=-1
### Bike boxes parking
GET https://mobility.api.opendatahub.testingmachine.eu/v2/flat/BikeParking
?where=sorigin.eq.bicincitta,sactive.eq.true
&limit=-1
### Bike sharing merano
GET https://mobility.api.opendatahub.com/v2/flat/Bicycle
?where=sorigin.eq.BIKE_SHARING_MERANO,sactive.eq.true
### Bike sharing PAPIN
GET https://mobility.api.opendatahub.com/v2/flat/BikesharingStation
?where=sorigin.eq.BIKE_SHARING_PAPIN,sactive.eq.true
### Car sharing HAL
GET https://mobility.api.opendatahub.com/v2/flat/CarsharingStation
?where=sorigin.eq.HAL-API,sactive.eq.true
### Car sharing HAL single cars
GET https://mobility.api.opendatahub.com/v2/flat/CarsharingCar
?where=sorigin.eq.HAL-API,sactive.eq.true
### parking station Echarging
GET https://mobility.api.opendatahub.com/v2/flat/EChargingStation
?where=sactive.eq.true,scoordinate.bbi.(10.368347,46.185535,12.551880,47.088826,4326)
### parking station realtime
GET https://mobility.api.opendatahub.com/v2/flat/ParkingStation,BikeParking,EChargingStation/free,number-available/latest
?where=sactive.eq.true,sorigin.in.(FBK,A22,Municipality Merano,FAMAS,bicincitta,ALPERIA,route220,DRIWE)
&select=mperiod,mvalue,mvalidtime,scode,stype,smetadata.capacity,smetadata.totalPlaces
### Bikesharing station realtime (station based)
GET https://mobility.api.opendatahub.com/v2/flat/BikesharingStation/number-available,free-bays/latest
?where=sorigin.eq.BIKE_SHARING_BOLZANO,sactive.eq.true
&select=mperiod,mvalue,mvalidtime,scode,sname,tname
### Bikesharing station realtime (free floating)
GET https://mobility.api.opendatahub.com/v2/flat/Bicycle/availability/latest
?where=sorigin.eq.BIKE_SHARING_MERANO,sactive.eq.true
&select=mperiod,mvalue,mvalidtime,scode,sname,scoordinate
### Carsharing station realtime
GET https://mobility.api.opendatahub.com/v2/flat/CarsharingStation/number-available/latest
?where=sorigin.eq.HAL-API,sactive.eq.true
###
GET https://mobility.api.opendatahub.com/v2/flat/BikesharingStation/availability,free-bays/latest
?where=scode.eq."BIKE_SHARING_PAPIN:58"
#&select=tname,mperiod,mvalue,mvalidtime,scode