|
Spring Social GitHub | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GistOperations
Interface defining the operations for working with GitHub gists.
| Method Summary | |
|---|---|
GitHubGist |
getGist(java.lang.String id)
Returns the gist with the given ID. |
GitHubComment |
getGistComment(java.lang.Long id)
Public operation to return a gist comment. |
java.util.List<GitHubComment> |
getGistComments(java.lang.String gistId)
Public operation to return the comments on a given gist. |
java.util.List<GitHubGist> |
getGists()
If authenticated, this method returns the current user's gists. |
java.util.List<GitHubGist> |
getPublicGists()
Public operation to return all public gists. |
java.util.List<GitHubGist> |
getStarredGists()
Returns the authenticated user's starred gists. |
java.util.List<GitHubGist> |
getUserGists(java.lang.String user)
Public operation to return the given user's public gists. |
| Method Detail |
|---|
java.util.List<GitHubGist> getUserGists(java.lang.String user)
user - GitHub user
java.util.List<GitHubGist> getGists()
If authenticated, this method returns the current user's gists. Otherwise it returns all public gists.
java.util.List<GitHubGist> getPublicGists()
java.util.List<GitHubGist> getStarredGists()
GitHubGist getGist(java.lang.String id)
id - gist ID
java.util.List<GitHubComment> getGistComments(java.lang.String gistId)
gistId - gist ID
GitHubComment getGistComment(java.lang.Long id)
id - comment ID
|
Spring Social GitHub | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||