fetchAppsByUrl

fun fetchAppsByUrl(url: String, vararg references: String, completion: (Completion<List<App>>) -> Unit)

Fetches the app with the given url and references (e.g. referenced gas station UUIDs).

Parameters

completion

Returns a list of Apps on success or a Throwable on failure.