DataloggerClient

fun DataloggerClient(    subscriptionName: String,     subscriptionKey: String,     urlString: String = DEFAULT_URL)

Parameters

subscriptionName

The name of the subscription to the logger

subscriptionKey

The secret of the subscription

urlString

URL of the REST endpoints


fun DataloggerClient(    subscriptionName: String,     subscriptionKey: String,     urlString: String = DEFAULT_URL,     engine: HttpClientEngine? = null)