http4k-connect-github
Toggle table of contents
6.18.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-github
http4k-connect-github
/
org.http4k.connect.github.api
/
GitHubWebhookAction
Git
Hub
Webhook
Action
abstract
class
GitHubWebhookAction
(
event
:
WebhookEventType
,
autoMarshalling
:
AutoMarshalling
=
Moshi
)
:
Action
<
Result
<
Unit
,
RemoteFailure
>
>
(
source
)
Members
Constructors
Git
Hub
Webhook
Action
Link copied to clipboard
constructor
(
event
:
WebhookEventType
,
autoMarshalling
:
AutoMarshalling
=
Moshi
)
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
Unit
,
RemoteFailure
>