public SncfOpenDataApi
@GET
@NotNull
retrofit2.Call<ai.tock.bot.open.data.client.sncf.model.PlacesResponse> places(@Query @NotNull
java.lang.String query)
@GET
@NotNull
retrofit2.Call<ai.tock.bot.open.data.client.sncf.model.PlacesNearbyResponse> placesNearby(@Path @NotNull
java.lang.String id)
@GET
@NotNull
retrofit2.Call<ai.tock.bot.open.data.client.sncf.model.JourneysResponse> journeys(@Query @NotNull
java.lang.String from,
@Query @NotNull
java.lang.String to,
@Query @NotNull
java.lang.String datetime)
@GET
@NotNull
retrofit2.Call<ai.tock.bot.open.data.client.sncf.model.DeparturesResponse> departures(@Path @NotNull
java.lang.String stopId,
@Query @NotNull
java.lang.String datetime)
@GET
@NotNull
retrofit2.Call<ai.tock.bot.open.data.client.sncf.model.ArrivalsResponse> arrivals(@Path @NotNull
java.lang.String stopId,
@Query @NotNull
java.lang.String datetime)
@GET
@NotNull
retrofit2.Call<ai.tock.bot.open.data.client.sncf.model.VehicleJourneysResponse> vehicleJourneys(@Path @NotNull
java.lang.String vehicleId)