We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GBFS v3 feeds are now available at /gbfs/v3beta/...
Considering v3 is strictly speaking no longer in beta, there's the question what the path should now be, and should we change other paths.
The situation is complicated further because our api gateway also has versioning for proxies:
https://api.entur.io/mobility/v2/gbfs/v3beta/voistavanger/gbfs
where /mobility/v2 simply points to the lamassu instance.
/mobility/v2
/gbfs
/gbfs/{systemid}/{feed}(.json)
/gbfs-internal
/gbfs-internal/{systemid}/{feed}(.json)
/gbfs/v3beta/manifest.json
/gbfs/v3beta/{systemid}/{feed}(.json)
/graphql
/graphiql
/validation/*
/health/*
/admin/*
The text was updated successfully, but these errors were encountered:
Let's discuss at the next meeting @hbruch
Sorry, something went wrong.
Deprecate /gbfs Add /gbfs/v2/ and /gbfs/v3 paths
testower
hbruch
Successfully merging a pull request may close this issue.
GBFS v3 feeds are now available at /gbfs/v3beta/...
Considering v3 is strictly speaking no longer in beta, there's the question what the path should now be, and should we change other paths.
The situation is complicated further because our api gateway also has versioning for proxies:
where
/mobility/v2
simply points to the lamassu instance.Overview of current paths
GBFS v2
/gbfs
- system discovery/gbfs/{systemid}/{feed}(.json)
- system feedsGBFS v2 internal (deprecated 🙏 see also #263)
/gbfs-internal
- system discovery/gbfs-internal/{systemid}/{feed}(.json)
- system feedsGBFS v3
/gbfs/v3beta/manifest.json
- system discovery/gbfs/v3beta/{systemid}/{feed}(.json)
- system feedsGraphQL
/graphql
- GraphQL endpoint/graphiql
- GraphiQL UI if enabledValidation
/validation/*
- validation (report) endpointsHealth
/health/*
- health probe endpointsAdmin endpoints
/admin/*
(not going into details on this)The text was updated successfully, but these errors were encountered: