/tripkit/TripKitAndroid/com.skedgo.tripkit.tsp/RegionInfoApi

RegionInfoApi

\ interface RegionInfoApi

Retrieves detailed information about covered transport service providers for the specified regions.

See http://skedgo.github.io/tripgo-api/swagger/#!/Configuration/post_regionInfo_json. See RegionInfoService for easier usage.

Functions

Name Summary
fetchRegionInfo @POST(value = "regionInfo.json")
abstract fun fetchRegionInfo(@Bodybody: RegionInfoBody): RegionInfoResponse
fetchRegionInfoAsync @POST
abstract fun fetchRegionInfoAsync(@Urlurl: String, @Bodybody: RegionInfoBody): Observable<RegionInfoResponse>