getApp

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