mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
81 lines
1.5 KiB
JSON
81 lines
1.5 KiB
JSON
|
{
|
||
|
"journeys": {
|
||
|
"profileName": "dbnav",
|
||
|
"profileMethods": [
|
||
|
{
|
||
|
"methodName": "formatJourneysReq",
|
||
|
"moduleName": "journeys-req.js"
|
||
|
}
|
||
|
],
|
||
|
"baseKeys": ["journeysEndpoint"]
|
||
|
},
|
||
|
"refreshJourneys": {
|
||
|
"profileName": "dbnav",
|
||
|
"profileMethods": [
|
||
|
{
|
||
|
"methodName": "formatRefreshJourneyReq",
|
||
|
"moduleName": "journeys-req.js"
|
||
|
}
|
||
|
],
|
||
|
"baseKeys": ["refreshJourneysEndpointTickets", "refreshJourneysEndpointPolyline"]
|
||
|
},
|
||
|
"locations": {
|
||
|
"profileName": "dbnav",
|
||
|
"profileMethods": [
|
||
|
{
|
||
|
"methodName": "formatLocationFilter",
|
||
|
"moduleName": "location-filter.js"
|
||
|
},
|
||
|
{
|
||
|
"methodName": "formatLocationsReq",
|
||
|
"moduleName": "locations-req.js"
|
||
|
}
|
||
|
],
|
||
|
"baseKeys": ["locationsEndpoint"]
|
||
|
},
|
||
|
"stop": {
|
||
|
"profileName": "dbnav",
|
||
|
"profileMethods": [
|
||
|
{
|
||
|
"methodName": "formatStopReq",
|
||
|
"moduleName": "stop-req.js"
|
||
|
},
|
||
|
{
|
||
|
"methodName": "parseStop",
|
||
|
"moduleName": "parse-stop.js"
|
||
|
}
|
||
|
],
|
||
|
"baseKeys": ["stopEndpoint"]
|
||
|
},
|
||
|
"nearby": {
|
||
|
"profileName": "dbnav",
|
||
|
"profileMethods": [
|
||
|
{
|
||
|
"methodName": "formatNearbyReq",
|
||
|
"moduleName": "nearby-req.js"
|
||
|
}
|
||
|
],
|
||
|
"baseKeys": ["nearbyEndpoint"]
|
||
|
},
|
||
|
"trip": {
|
||
|
"profileName": "db",
|
||
|
"profileMethods": [
|
||
|
{
|
||
|
"methodName": "formatTripReq",
|
||
|
"moduleName": "trip-req.js"
|
||
|
}
|
||
|
],
|
||
|
"baseKeys": ["tripEndpoint"]
|
||
|
},
|
||
|
"board": {
|
||
|
"profileName": "dbregioguide",
|
||
|
"profileMethods": [
|
||
|
{
|
||
|
"methodName": "formatStationBoardReq",
|
||
|
"moduleName": "station-board-req.js"
|
||
|
}
|
||
|
],
|
||
|
"baseKeys": ["boardEndpoint"]
|
||
|
}
|
||
|
}
|