cityofaustin / atd-micromobility-api

A dockless mobility data API built with Python/Sanic
12 stars 4 forks source link

current_count > trips #18

Closed johnclary closed 5 years ago

johnclary commented 5 years ago

This renames the "current_count" property of each hex feature to "trips".

@mateoclarke this is a breaking change to the API. current_count needs to be replaced trips anywhere it's referenced in the application.