tripkit-android / com.skedgo.tripkit.data.locations / LocationsApi / fetchLocationsAsync
fetchLocationsAsync
@POST abstract fun fetchLocationsAsync(@Url url:
String
!, @Body body:
LocationsRequestBody
!): Observable<
LocationsResponse
!>!
Parameters
url
- String!: A concatenation of an item of Region#getURLs() and "locations.json". For example, "https://sydney-au-nsw-sydney.tripgo.skedgo.com/satapp/locations.json".