com.mycorp.examples.githubservice
Interface IGitHubServiceAsync

All Known Implementing Classes:
GitHubServiceAsync

public interface IGitHubServiceAsync

Since:
1.0

Method Summary
 java.util.concurrent.Future<java.lang.String[]> getRepositoriesAsync(java.lang.String pAccessToken)
          Gets all repositories.
 

Method Detail

getRepositoriesAsync

java.util.concurrent.Future<java.lang.String[]> getRepositoriesAsync(java.lang.String pAccessToken)
Gets all repositories.

Parameters:
pAccessToken - see https://help.github.com/articles/creating-an-access-token- for-command-line-use/
Returns:
All this repositories for this access token