add stops info
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user