mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-10-23 13:16:32 +03:00
Some checks are pending
test / lint-and-spellcheck (push) Waiting to run
test / unit-tests (18.x) (push) Waiting to run
test / unit-tests (20.x) (push) Waiting to run
test / unit-tests (22.x) (push) Waiting to run
test / integration-tests (18.x) (push) Waiting to run
test / integration-tests (20.x) (push) Waiting to run
test / integration-tests (22.x) (push) Waiting to run
test / e2e-tests (18.x) (push) Blocked by required conditions
might have more agressive blocking
12 lines
711 B
JSON
12 lines
711 B
JSON
{
|
|
"journeysEndpoint": "https://app.vendo.noncd.db.de/mob/angebote/fahrplan",
|
|
"bestpriceEndpoint": "https://app.vendo.noncd.db.de/mob/angebote/tagesbestpreis",
|
|
"refreshJourneysEndpointTickets": "https://app.vendo.noncd.db.de/mob/angebote/recon",
|
|
"refreshJourneysEndpointPolyline": "https://app.vendo.noncd.db.de/mob/trip/recon",
|
|
"locationsEndpoint": "https://app.vendo.noncd.db.de/mob/location/search",
|
|
"stopEndpoint": "https://app.vendo.noncd.db.de/mob/location/details/",
|
|
"nearbyEndpoint": "https://app.vendo.noncd.db.de/mob/location/nearby",
|
|
"tripEndpoint": "https://app.vendo.noncd.db.de/mob/zuglauf/",
|
|
"boardEndpoint": "https://app.vendo.noncd.db.de/mob/bahnhofstafel/",
|
|
"defaultLanguage": "en"
|
|
}
|