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
/
GitHub
Git
Hub
interface
GitHub
(
source
)
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Authed
User
Link copied to clipboard
fun
GitHub
.
getAuthedUser
(
)
:
Result
<
GitHubUser
,
RemoteFailure
>
get
User
Link copied to clipboard
fun
GitHub
.
getUser
(
user
:
Owner
)
:
Result
<
GitHubUser
,
RemoteFailure
>
invoke
Link copied to clipboard
abstract
operator
fun
<
R
>
invoke
(
action
:
GitHubAction
<
R
>
)
:
Result
<
R
,
RemoteFailure
>