mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 07:36:26 +01:00
Update 4.1. op request=bikes_available
This commit is contained in:
parent
1c2005b432
commit
1396dcc123
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
| rental_description | + | object | with tarif_elements and rental_info |
|
| rental_description | + | object | with tarif_elements and rental_info |
|
||||||
| bike_type | + | object | describes the bike with some attributes |
|
| bike_type | + | object | describes the bike with some attributes |
|
||||||
| smartlock_type | o | object | (under development) describes the smartlock with some attributes |
|
| smartlock_type | o | object | (under development) describes the smartlock with some attributes |
|
||||||
|
| bikes_occupied | o | object | Implicit returns the json object which is defined in "request=user_bikes_occupied" |
|
||||||
|
|
||||||
**rental_description** JSON Object
|
**rental_description** JSON Object
|
||||||
| key | Required | Format | Comment |
|
| key | Required | Format | Comment |
|
||||||
|
@ -138,7 +139,8 @@ https://sharee-operator.example.tld/APIjsonserver?request=bikes_available&authco
|
||||||
},
|
},
|
||||||
"LEC5522" : {
|
"LEC5522" : {
|
||||||
...
|
...
|
||||||
}
|
},
|
||||||
|
"bikes_occupied" : {}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue