Package io.quarkiverse.renarde.oidc.impl
Interface RenardeGithubClient
-
@RegisterRestClient(baseUri="https://api.github.com") @Path("/") public interface RenardeGithubClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRenardeGithubClient.Email
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RenardeGithubClient.Email>getEmails(String auth)
-
-
-
Method Detail
-
getEmails
@GET @Path("user/emails") List<RenardeGithubClient.Email> getEmails(@HeaderParam("Authorization") String auth)
-
-