Datalogger Client
fun DataloggerClient( subscriptionName: String, subscriptionKey: String, urlString: String = DEFAULT_URL)
Content copied to clipboard
Parameters
subscription Name
The name of the subscription to the logger
subscription Key
The secret of the subscription
url String
URL of the REST endpoints
fun DataloggerClient( subscriptionName: String, subscriptionKey: String, urlString: String = DEFAULT_URL, engine: HttpClientEngine? = null)
Content copied to clipboard