FeedbackClient

constructor(config: FeedbackClientConfig)(source)

Constructs a FeedbackClient with default HTTP URL connection transport.

Parameters

config

The FeedbackClientConfig holding the API base URL and app key.

Example:

val client = FeedbackClient(
FeedbackClientConfig(
baseUrl = "https://api.cupthread.com",
appKey = "app_live_sample123"
)
)