|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GitHubApi
Interface specifying a basic set of operations for interacting with GitHub.
Implemented by GitHubTemplate
.
Many of the methods contained in this interface require OAuth authentication
with GitHub. When a method's description speaks of the "current user", it is
referring to the user for whom the access token has been issued.
Method Summary | |
---|---|
java.lang.String |
getProfileId()
Retrieves the user's GitHub profile ID. |
java.lang.String |
getProfileUrl()
Retrieve the URL to the user's GitHub profile. |
GitHubUserProfile |
getUserProfile()
Retrieves the user's GitHub profile details. |
Method Detail |
---|
java.lang.String getProfileId()
GitHubUserProfile getUserProfile()
java.lang.String getProfileUrl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |