rrozek

Results 19 comments of rrozek

huh. was looking in open issues and didn't find it -_-' sorry for duplicate!

@fiddyschmitt it uses ET-ID. you can still track the vehicle by `data.attributes.bikes.attributes.plate_number` also, the ET-IDs are some kind of encryption, but they are reusable, so once you get some ET-ID...

https://web-production.lime.bike/api/rider/v1/bikes/{ET-ID}/ring works for me (ok, it returns 400 with body that im too far from bike, but it accepts the request) edit. with Authorization: Bearer {token} obviously

@tejasavkhattar you can still track them by this one-time ID. its reusable. call GET Authorization: Bearer {JWT token} https://web-production.lime.bike/api/rider/v1/views/map?bike_id={id} for instance https://web-production.lime.bike/api/rider/v1/views/map?bike_id=ET-GBRJWLUSW77Y5ETK743FB65QNMZMO43756WHQUA and under `data.attributes.selected_bike` you will get your bike....

Hi. Their login endpoint does some magic. did anyone manage to login from POSTMAN? POST https://hive.frontend.fleetbird.eu/api/prod/v1.06/login Authorization: Basic *** body: {"grant_type":"client_credentials"} where *** is base64 encoded string in format 'email:hashed_password'...

don't complain on too many vehicles in a response! they might be listening!

Yhh. Just like in an examples in repo. In your POST you need otp and email/phone Field curl --request POST \ --cookie-jar - \ --url 'https://web-production.lime.bike/api/rider/v1/login' \ --header 'Content-Type: application/json'...

Btw, in future, write what request are you actually sending, not only description, for easier debugging ;)

hi, at first glance it looks good, i copied essentials to Postman and it executes just fine. could you paste curl input you test that with or just plain calls...

hi, are you positive that this is valid ID retrieved from bird/nearby query? the closest i could get to retrieve bird data by GET is bird/bird-summary?bird_id= https://api.birdapp.com/bird/bird-summary?bird_id=372adee0-000e-4d49-b9c6-aacd1b507e2f however for your...