add stops info

This commit is contained in:
2025-12-15 14:51:30 +01:00
parent a43bdda953
commit 10d1d133ef
3 changed files with 41 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ export default class BratislavaOpendata {
this.apiKey = apiKey;
}
async fetchOneStop(stationId) {
return this.request('/stationstop/' + stationId);
async fetchOneStop(stationStopId) {
return this.request('/stationstop/' + stationStopId);
}
async fetchAllStops() {