robbi5
robbi5
Base URL: https://tier.frontend.fleetbird.eu/api/prod/v1.06/ No special Headers or Auth needed. https://tier.frontend.fleetbird.eu/api/prod/v1.06/territories/all/ https://tier.frontend.fleetbird.eu/api/prod/v1.06/locations/ https://tier.frontend.fleetbird.eu/api/prod/v1.06/cars/types/ https://tier.frontend.fleetbird.eu/api/prod/v1.06/map/cars/?lat1=47.514503&lat2=47.589638&lon1=7.522115&lon2=7.644184 https://tier.frontend.fleetbird.eu/api/prod/v1.06/cars/?lat=0&lon=0 https://tier.frontend.fleetbird.eu/api/prod/v1.06/cars/13275/
New Endpoints: * https://consumers.tier-services.io/config * https://platform.tier-services.io/zone?lat=0&lng=0 * https://platform.tier-services.io/vehicle?lat=0&lng=0&radius=500 * https://platform.tier-services.io/v1/pricing/?zoneId=BERLIN The platform endpoints need the header `X-Api-Key: bpEUTJEBTf74oGRWxaIcW7aeZMzDDODe1yBoSxi2`.
Just another fleetbird: https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/ https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/locations/ https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/cars/ https://avocargo.frontend.fleetbird.eu/api/prod/v1.06/map/cars/
Base URL: https://sacoora.frontend.fleetbird.eu/api/prod/v1.06/ No special Headers or Auth needed. https://sacoora.frontend.fleetbird.eu/api/prod/v1.06/territories/business/ https://sacoora.frontend.fleetbird.eu/api/prod/v1.06/locations/ https://sacoora.frontend.fleetbird.eu/api/prod/v1.06/cars/types/ https://sacoora.frontend.fleetbird.eu/api/prod/v1.06/map/cars/?lat1=52.482815&lat2=52.554668&lon1=13.321080&lon2=13.464694 https://sacoora.frontend.fleetbird.eu/api/prod/v1.06/cars/?lat=0&lon=0 currently no vehicles available, single vehicle url should be: https://sacoora.frontend.fleetbird.eu/api/prod/v1.06/cars/{id}/
iOS: https://apps.apple.com/us/app/baqme/id1538722828 Android: https://play.google.com/store/apps/details?id=com.baqme.android Based on the white label platform from https://joyride.city To get zones and vehicles: ``` POST https://baqmeconnector-api.joyridecity.bike/api/v1/map/get-markers?latitude=51.9460&longitude=4.4856&radiusInKm=10 ``` Result: ```json { "status": true, "data": { "parking": [],...
The correct parameters are `lat` and `lng` for the `v1/vehicle/status/ready` api. The App uses another way to get the available scooters: 1. Get all Zones for the current location: `v1/zones?lat=...&lng=...`....
Zeus switched in some markets to the platform of AtomMobility (https://atommobility.com) Base URL: https://app.rideatom.com Required Headers are ``` App-Public-Key: a97be4a75ead97ad50e83c9b374b72c77861f730cafc355e Authorization: Basic base64(:) ``` The jwt is used as the...
@robotrovsky: thank you very much for your kernel patches. :+1: I've created an dkms package with them that is known to work with kernel 4.4.0-57-generic on Ubuntu 16.04 LTS: https://github.com/robbi5/magictrackpad2-dkms
@coxley Yep, but I have not used Arch Linux yet ;)
Removed another jcenter-only dependency in https://github.com/pretix/pretixscan-android/pull/78