cityofaustin / atd-micromobility-api

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

dockless-api.austintexas.io/ does not exist/ is down #45

Closed MrRorschach closed 5 years ago

MrRorschach commented 5 years ago

When trying to query the API or visit a site such as https://dockless-api.austintexas.io/v1/trips?xy=-97.75094341278084,30.276185988411257&flow=destination Chrome/Firefox/Safari return DNS error saying site cannot be resolved. Is this site currently live?

johnclary commented 5 years ago

The url is http://dockless-data.austintexas.io.

So, this works: https://dockless-data.austintexas.io/v1/trips?xy=-97.75094341278084,30.276185988411257&flow=destination

I suppose we should document that somewhere.

MrRorschach commented 5 years ago

Thanks, reference.md still says dockless-api.austintexas.io instead of dockless-data.austintexas.io

I was going to submit a PR, but over here at ACC we use bitbucket and my work machine doesn't have my github credentials.