Git Hub Direct Transport
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).