| Class | Description |
|---|---|
| CollaboratorService |
Service for interacting with the collaborators on a GitHub repository
|
| CommitService |
Service for interacting with repository commits
|
| ContentsService |
Service for accessing repository contents
|
| DataService |
Data service class for low-level access to Git repository data.
|
| DeployKeyService |
Service for interacting with a repository's deploy keys
|
| DownloadService |
Service for accessing, creating, and deleting repositories downloads.
|
| EventService |
Service class for interacting with Events
|
| GistService |
Service class for interacting with Gists and Gist comments.
|
| GitHubService |
Base GitHub service class.
|
| IssueService |
Issue service class for listing, searching, and fetching
Issue
objects using a GitHubClient. |
| LabelService |
Label service class for listing
Label objects in use for a given
repository. |
| MarkdownService |
Service to request Markdown text to be rendered as HTML
|
| MilestoneService |
Milestone service class for listing the
Milestone objects in use by a
repository and user accessed via a GitHubClient. |
| OAuthService |
Service for interacting with a user's OAUth authorizations
|
| OrganizationService |
Organization service class
|
| PullRequestService |
Service class for creating, updating, getting, and listing pull requests as
well as getting the commits associated with a pull request and the files
modified by a pull request.
|
| ReleaseService | |
| RepositoryService |
Repository service class.
|
| TeamService |
Service class for working with organization teams
|
| UserService |
User service class.
|
| WatcherService |
Service class for dealing with users watching GitHub repositories.
|