/tripkit/TripKitAndroid/com.skedgo.tripkit.alerts/RealtimeAlertApi/fetchRealtimeAlertsAsync
fetchRealtimeAlertsAsync
\
@GET
abstract fun fetchRealtimeAlertsAsync(@Urlurl: String, @Query(value = "region")regionName: String): Observable<RealtimeAlertResponse>
See http://skedgo.github.io/tripgo-api/swagger/#!/Transit/get_alerts_transit_json.
Parameters
androidJvm
url | e.g. https://inflationary-br-rj-riodejaneiro.tripgo.skedgo.com/satapp/alerts/transit.json. The url is a composition of an URL from Region.getURLs and /alerts/transit.json . |
regionName | Which is Region.getName. |