pybikes
pybikes copied to clipboard
GBFS caching
Current gbfs implementation takes 4 requests per update on a worst case scenario:
- feed_index (/gbfs)
- /station_information
- /station_status
- /vehicle_types (when available)
That's too much for every update. Try to conditionally cache feed index, station information and vehicle types if possible
https://github.com/eskerda/pybikes/pull/642