GitHubDirectTransport

class GitHubDirectTransport(owner: String, repo: String, token: String, httpClient: HttpClient = defaultClient()) : FeedbackTransport

Posts a report directly to the GitHub Issues REST API. The token is held by the caller (acceptable for a native app's secure storage).

Constructors

Link copied to clipboard
constructor(owner: String, repo: String, token: String, httpClient: HttpClient = defaultClient())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend override fun submit(report: FeedbackReport, deviceInfo: DeviceInfo): Int