Open derhuerst opened 6 years ago
Because I haven't built a proper deprecation mechanism, at vbb.transport.rest
, I've started to randomly let requests fail with a deprecation note.
I've shut it off now.
I won't run the public endpoint at 2.vbb.transport.rest
for the time being. Maybe VBB and I will find a compromise when we meet next week. Refer to derhuerst/vbb-rest#29 for more details.
From the updated vbb-rest
readme:
If you use JavaScript to process the data, use
vbb-hafas
directly, otherwise host yourvbb-rest
instance for now.
I have set up a new API: 1.bvg.transport.rest
provides data from the BVG endpoint. It returns almost exactly the same data as 2.vbb.transport.rest
, but in the output format of hafas-client@3.0.0-alpha.20
, so you will have to make minor adjustments. Check the docs at derhuerst/bvg-rest!
I have set up v5.vbb.transport.rest
, the successor of 3.vbb.transport.rest
. As usual, unfortunately the response format has changed slightly (to the format of hafas-client@5
, make sure to check its migration guide).
I will keep 3.vbb.transport.rest
running for a while, and announce its shutdown via RSS before.
I have deprecated 3.vbb.transport.rest
and will shut it off in a month. Please migrate to v5.vbb.transport.rest
.
This project isn't in active development, that's why there was no reaction. But thanks for the reminder :) I will check it out if I will re-active the project
Hey! This is the author of vbb-rest, deployed at
vbb.transport.rest
. Nice to see that you (seem to) use my service!I'm here to let you know that The API & format deployed at
vbb.transport.rest
is deprecated. Please use the new API, deployed at2.vbb.transport.rest
. You can find docs for the new format in thevbb-rest
repo.You can also use
vbb-client@3
to query this API in both Node and the browser.