Package-level declarations

Types

Link copied to clipboard
interface GitHub
Link copied to clipboard
interface GitHubAction<R> : Action<Result<R, RemoteFailure>>
Link copied to clipboard
abstract class GitHubWebhookAction(event: WebhookEventType, autoMarshalling: AutoMarshalling = Moshi) : Action<Result<Unit, RemoteFailure>>

Functions

Link copied to clipboard
fun GitHub.Companion.Http(token: () -> GitHubToken, http: HttpHandler = JavaHttpClient(), authScheme: String = "token"): GitHub