Uses of Interface
org.springframework.social.github.api.GitHub
-
Packages that use GitHub Package Description org.springframework.social.github.api.impl Implementation of Spring Social's Service API for GitHuborg.springframework.social.github.connect GitHub service provider connection repository and API adapter implementations. -
-
Uses of GitHub in org.springframework.social.github.api.impl
Classes in org.springframework.social.github.api.impl that implement GitHub Modifier and Type Class Description classGitHubTemplateThe central class for interacting with GitHub. -
Uses of GitHub in org.springframework.social.github.connect
Methods in org.springframework.social.github.connect that return GitHub Modifier and Type Method Description GitHubGitHubServiceProvider. getApi(String accessToken)Methods in org.springframework.social.github.connect with parameters of type GitHub Modifier and Type Method Description UserProfileGitHubAdapter. fetchUserProfile(GitHub github)voidGitHubAdapter. setConnectionValues(GitHub github, ConnectionValues values)booleanGitHubAdapter. test(GitHub github)voidGitHubAdapter. updateStatus(GitHub github, String message)
-