Feedback Client
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"
)
)Content copied to clipboard