Skip to content

Commit

Permalink
add rentalUris to VehicleRental interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCris654 committed Oct 30, 2024
1 parent 56d7742 commit b2b69c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,10 @@ public default DataFetcher<Boolean> operative() {
public default DataFetcher<VehicleRentalSystem> rentalNetwork() {
return null;
}

public default DataFetcher<VehicleRentalStationUris> rentalUris() {
return null;
}
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ interface VehicleRental {
operative: Boolean
"The vehicle rental network information. This is referred as system in the GBFS terminology."
rentalNetwork: VehicleRentalNetwork!
"Platform-specific URLs to begin the vehicle."
rentalUris: VehicleRentalUris
}

"Entity related to an alert"
Expand Down

0 comments on commit b2b69c9

Please # to comment.