v3.1-RC2
Pre-releaseMINOR release - Backwards compatible with v3.0
What's Changed
manifest.json (updated)
area (new) is a GeoJSON MultiPolygon that describes the operating area (#572).
country_code (new) is the ISO 3166-1 alpha-2 country code of the operating area (#572).
station_information.json (updated)
city (new) is a string representing the city where the station is located (#704).
vehicle_availability.json (new)
This new endpoint describes the future availability of each vehicle. Useful for systems that allow vehicles to be reserved in advance (e.g. carsharing, cargo bike share, etc) (#726).
system_pricing_plans.json (updated)
reservation_price_per_min (new) is the cost, described as per minute rate, to reserve the vehicle prior to beginning a rental (#457).
reservation_price_flat_rate (new) is the cost, described as a flat rate, to reserve the vehicle prior to beginning a rental (#457).
fare_capping (new) is an object defining a capped fare once a price threshold has been spent within a timeframe. For example, a fare capped at 15.00 CAD per 12-hour period. (#745).
Contributors
- @eborremans
- @edwinvandenbelt
- @futuretap
- @hbruch
- @Lefois
- @matt-wirtz
- @mplsmitch
- @NicolasFrasie
- @rotger711
- @testower
- @tobsesHub
Full Changelog: v3.0...v3.1-RC2