toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
>
>
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
>