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
/
GitHubAction
Git
Hub
Action
interface
GitHubAction
<
R
>
:
Action
<
Result
<
R
,
RemoteFailure
>
>
(
source
)
Inheritors
NonNullGitHubAction
NullableGitHubAction
PagedGitHubAction
Members
Functions
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
abstract
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>