Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Last active April 20, 2020 00:41
Show Gist options
  • Save markchristopherng/cd0ac6a93c3b42da09de805a753944c8 to your computer and use it in GitHub Desktop.
Save markchristopherng/cd0ac6a93c3b42da09de805a753944c8 to your computer and use it in GitHub Desktop.
interface GeoFenceService {
/**
* Return a list of [GeofencingResponse] awaiting for collection by given dpid
*/
@GET("geofencing/v1/articles/{dpid}")
fun getGeoFenceArticles(@Path("dpid") dpid: String): Single<List<GeofencingResponse>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment