http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-github
/
org.http4k.connect.github.api.action
/
GetAuthedUserEmails
Get
Authed
User
Emails
class
GetAuthedUserEmails
:
NonNullGitHubAction
<
Array
<
Email
>
>
(
source
)
Members
Constructors
Get
Authed
User
Emails
Link copied to clipboard
constructor
(
)
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
<
Array
<
Email
>
,
RemoteFailure
>