|
spring-social-github | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GitHub
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 | |
|---|---|
GistOperations |
gistOperations()
Returns the portion of the GitHub API containing the gist operations. |
RepoOperations |
repoOperations()
Returns the portion of the GitHub API containing the repo operations. |
org.springframework.web.client.RestOperations |
restOperations()
Returns the underlying RestOperations object allowing for consumption of GitHub endpoints that may not be otherwise covered by the API binding. |
UserOperations |
userOperations()
Returns the portion of the GitHub API containing the user operations. |
| Methods inherited from interface org.springframework.social.ApiBinding |
|---|
isAuthorized |
| Method Detail |
|---|
GistOperations gistOperations()
RepoOperations repoOperations()
UserOperations userOperations()
org.springframework.web.client.RestOperations restOperations()
RestOperations object allowing for consumption of GitHub endpoints that may not be otherwise covered by the API binding.
The RestOperations object returned is configured to include an OAuth "Authorization" header on all requests.
|
spring-social-github | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||