mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
6 lines
400 B
TypeScript
6 lines
400 B
TypeScript
export const URLs = {
|
|
stations: "https://api.td2.info.pl:9640/?method=getStationsOnline",
|
|
trains: "https://api.td2.info.pl:9640/?method=getTrainsOnline",
|
|
dispatchers: "https://api.td2.info.pl:9640/?method=readFromSWDR&value=getDispatcherStatusList%3B1",
|
|
getTimetableURL: (trainNo: string | number) => `https://api.td2.info.pl:9640/?method=readFromSWDR&value=getTimetable%3B${trainNo}%3Beu`
|
|
}; |