mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-11-14 06:26:26 +01:00
Update 3.5. pri request=bikes_available
This commit is contained in:
parent
a125644484
commit
7c8b8cc1b5
1 changed files with 8 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
| uri_operator | + | text | URI of Operator-Server |
|
||||
| lockit_ID | + | text | bluetooth ID |
|
||||
| lockit_GUID | + | text | bluetooth GUID |
|
||||
| authed | + | text | if 1 then authenticated request on operator |
|
||||
| rental_description | + | object | with tarif_elements and rental_info |
|
||||
| bike_type | + | object | describes the bike with some attributes |
|
||||
| smartlock_type | o | object | (under development) describes the smartlock with some attributes |
|
||||
|
@ -50,6 +49,14 @@
|
|||
| engine | o | object | contains engine attributes like "manufacturer" |
|
||||
| battery | o | object | contains smartlock battery attributes. |
|
||||
|
||||
**bike_group** describes at which station defined in **station_group** the bike is allowed.
|
||||
Groups are identified by ID. The following groups of bicycles are defined:
|
||||
| groupID | bike type |
|
||||
| ------ | ------ |
|
||||
| 300101 | Cargobike |
|
||||
| 300103 | Citybike |
|
||||
Keep in mind, each ID is preceded by an operator-prefix.
|
||||
|
||||
|
||||
Example
|
||||
**REST request=bikes_available** for authorized users
|
||||
|
|
Loading…
Reference in a new issue