Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docked Bikeshare Systems (and Stops History) #441

Closed

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    755a6e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Add /stations endpoint and associated definitions

    * add vehicle definition
    * add dock definition
    * add /stations endpoint (MDS Issue openmobilityfoundation#374)
    * add status statuses definition
    cmdoptesc committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    173388f View commit details
    Browse the repository at this point in the history
  2. Add /station_status_changes endpoint

    Continuing the proposal to address MDS openmobilityfoundation#374.
    
    This results in two new endpoints, /stations and
    /station_status_changes, which will allow a user to
    recreate the state of the docked-bikeshare system
    at any point in time.
    cmdoptesc committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    0b5caf3 View commit details
    Browse the repository at this point in the history