GetAppService

interface GetAppService

Functions

getApp
Link copied to clipboard
@GET(value = "apps/{appID}")
abstract fun getApp(@Path(value = "appID"appID: String? = null): Call<LocationBasedApp>