mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-11-14 14:36:27 +01:00
Update 3.4. pri request=stations_available
This commit is contained in:
parent
e6ad1aa400
commit
b28175e872
1 changed files with 6 additions and 2 deletions
|
@ -18,8 +18,10 @@
|
|||
| station_group | + | array | station group |
|
||||
| authed | o | text | return 1 if user is authenticated on operator |
|
||||
| gps_radius | + | text | geofencing by meters around station, for bike return. |
|
||||
| uri_operator | + | text | URI of Operator-Server |
|
||||
| uri_operator | + | text | URI of operator-server |
|
||||
| service_tour | o | text | service tour number |
|
||||
| bike_count | + | text | Amount of available bikes on station |
|
||||
| user_rental_count | + | text | Amount of user rentaled bikes on station |
|
||||
| operator_data | o | object | operator values (see example) |
|
||||
|
||||
Example
|
||||
|
@ -56,7 +58,9 @@ https://shareeapp-primary.copri-bike.de/APIjsonserver?request=stations_available
|
|||
"latitude" : "47.99814334149303",
|
||||
"longitude" : " 7.765779379576922"
|
||||
},
|
||||
"gps_radius" : "100"
|
||||
"gps_radius" : "100",
|
||||
"bike_count" : "2",
|
||||
"user_rental_count" : "1"
|
||||
},
|
||||
"WUE9302" : {
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue