fetchUrlByAppId

fun fetchUrlByAppId(appId: String, completion: (Completion<String?>) -> Unit)

Fetches the app's URL for the given appId (not gas station ID).

Parameters

completion

Returns the App's URL on success or a Throwable on failure.