Method | Description | |
---|---|---|
GetRepositoryContributors ( string ownerName, string repositoryName, Action |
||
GetRepositoryDetails ( string ownerName, string repositoryName, Action |
||
GetUserDetails ( string userName, Action |
||
GetUserRepositories ( string userName, Action |
||
GetWatchedRepositories ( string userName, Action |
||
GitHubHost ( IRequestProcessor requestProcessor ) : System |
public GetRepositoryContributors ( string ownerName, string repositoryName, Action |
||
ownerName | string | |
repositoryName | string | |
resultCallback | Action |
|
return | void |
public GetRepositoryDetails ( string ownerName, string repositoryName, Action |
||
ownerName | string | |
repositoryName | string | |
resultCallback | Action |
|
return | void |
public GetUserDetails ( string userName, Action |
||
userName | string | |
resultCallback | Action |
|
return | void |
public GetUserRepositories ( string userName, Action |
||
userName | string | |
resultCallback | Action |
|
return | void |
public GetWatchedRepositories ( string userName, Action |
||
userName | string | |
callback | Action |
|
return | void |
public GitHubHost ( IRequestProcessor requestProcessor ) : System | ||
requestProcessor | IRequestProcessor | |
return | System |