Uses of Class
org.springframework.social.github.api.GitHubGist
-
Packages that use GitHubGist Package Description org.springframework.social.github.api Spring Social's Service API for GitHuborg.springframework.social.github.api.impl Implementation of Spring Social's Service API for GitHub -
-
Uses of GitHubGist in org.springframework.social.github.api
Methods in org.springframework.social.github.api that return GitHubGist Modifier and Type Method Description GitHubGistGistOperations. getGist(String id)Returns the gist with the given ID.Methods in org.springframework.social.github.api that return types with arguments of type GitHubGist Modifier and Type Method Description List<GitHubGist>GistOperations. getGists()If authenticated, this method returns the current user's gists.List<GitHubGist>GistOperations. getPublicGists()Public operation to return all public gists.List<GitHubGist>GistOperations. getStarredGists()Returns the authenticated user's starred gists.List<GitHubGist>GistOperations. getUserGists(String user)Public operation to return the given user's public gists. -
Uses of GitHubGist in org.springframework.social.github.api.impl
Methods in org.springframework.social.github.api.impl that return GitHubGist Modifier and Type Method Description GitHubGistGistTemplate. getGist(String id)Methods in org.springframework.social.github.api.impl that return types with arguments of type GitHubGist Modifier and Type Method Description List<GitHubGist>GistTemplate. getGists()List<GitHubGist>GistTemplate. getPublicGists()List<GitHubGist>GistTemplate. getStarredGists()List<GitHubGist>GistTemplate. getUserGists(String user)
-