Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add purchase_url to free bikes and stations
Applications consuming GBFS would like to show markers for the available bikes and stations on the map, and when the user taps on these show a link that they can follow to rent that particular bike (for free bikes) or a bike at that particular station (for station-based systems). Currently, to implement this feature rental URLs need to be hard-coded in the application for each bike/share vendor/deployment. This patch adds the capability to discover these rental_urls directly from the GBFS feed for each free bike and station.
- Loading branch information