Uses of Package
org.eclipse.egit.github.core.client

Packages that use org.eclipse.egit.github.core.client
org.eclipse.egit.github.core.client   
org.eclipse.egit.github.core.service   
 

Classes in org.eclipse.egit.github.core.client used by org.eclipse.egit.github.core.client
GitHubClient
          Client class for interacting with GitHub HTTP/JSON API.
GitHubRequest
          GitHub API request class that contains the URI and parameters of the request as well as the expected Type of the response.
GitHubResponse
          GitHub API response class that provides the parsed response body as well as any links to the first, previous, next, and last responses.
PagedRequest
          Paged request class that contains the initial page size and page number of the request.
PageLinks
          Page link class to be used to determine the links to other pages of request responses encoded in the current response.
 

Classes in org.eclipse.egit.github.core.client used by org.eclipse.egit.github.core.service
GitHubClient
          Client class for interacting with GitHub HTTP/JSON API.
GitHubRequest
          GitHub API request class that contains the URI and parameters of the request as well as the expected Type of the response.
PagedRequest
          Paged request class that contains the initial page size and page number of the request.
PageIterator
          Iterator for getting paged responses.
 



Copyright © 2012. All Rights Reserved.