MobilityData / gbfs-validator

The canonical GBFS validator. Maintained by the GBFS community, facilitated by MobilityData.
https://gbfs-validator.mobilitydata.org/
Apache License 2.0
18 stars 12 forks source link

Introduce a GBFS Validator API product offering #129

Open AntoineAugusti opened 12 months ago

AntoineAugusti commented 12 months ago

People have expressed the desire to use the GBFS Validator through an HTTP API (#53 #95 at least). At the moment it's possible but it's hidden and it's not a proper feature offered by MobilityData.

As discussed during the recent workshop in Valencia, Spain it would be great to:

We @ transport.data.gouv.fr rely on this hidden API every day at the moment and are more than happy to help you review these things.

PierrickP commented 12 months ago

Hello,

Yes, it's a good idea ! (as it's already used externaly ;) )

:information_source: If you don't know, we already expose an OpenAPI endpoint on https://gbfs-validator.mobilitydata.org/.netlify/functions/doc

If we want to offer a real API product, the current hosting on netlify may be limited ( .netlify on the path, timeout execution, max body size #109, etc)

richfab commented 4 months ago

Related PR: https://github.com/MobilityData/gbfs-validator/pull/171