mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 07:36:26 +01:00
Update 3.4. pri request=stations_available
This commit is contained in:
parent
6380bb9bed
commit
da880ee8ea
1 changed files with 4 additions and 2 deletions
|
@ -15,11 +15,12 @@
|
||||||
| description | o | text<=20 | short station description |
|
| description | o | text<=20 | short station description |
|
||||||
| gps | + | array | GPS: latitude, longitude |
|
| gps | + | array | GPS: latitude, longitude |
|
||||||
| station | + | text | station prefix_number |
|
| station | + | text | station prefix_number |
|
||||||
| station_group | + | array | deprecated, it will be substituted by station_type object |
|
| station_group | + | array | deprecated, it is substituted by station_type object |
|
||||||
| gps_radius | + | text | geofencing by meters around station, for bike return. |
|
| 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 |
|
||||||
| station_type | + | object | station values (see example). It can be "cargo" and/or "city" bike objects |
|
| station_type | + | object | station values (see example). It can be "cargo" and/or "city" bike objects |
|
||||||
| operator_data | o | object | operator values (see example) |
|
| operator_data | o | object | operator values (see example) |
|
||||||
|
| bikes_occupied | o | object | implicit returning the json object which is defined in "request=user_bikes_occupied" |
|
||||||
|
|
||||||
|
|
||||||
**station_type** describes which **bike_group** are allowed at the station.
|
**station_type** describes which **bike_group** are allowed at the station.
|
||||||
|
@ -69,5 +70,6 @@ https://shareeapp-primary.example.tld/APIjsonserver?request=stations_available&a
|
||||||
},
|
},
|
||||||
"WUE9302" : {
|
"WUE9302" : {
|
||||||
...
|
...
|
||||||
}
|
},
|
||||||
|
"bikes_occupied" : {}
|
||||||
```
|
```
|
Loading…
Reference in a new issue