Метод | Описание | |
---|---|---|
CreateCommentAsync ( string user, string repo, int issueNumber, string comment, Action |
||
CreateIssueAsync ( string user, string repo, string title, string body, string assignee, string mileStone, string labels, Action |
||
GetCommentsAsync ( string user, string repo, int issueNumber, int page, Action |
||
GetIssueAsync ( string user, string repo, int issueNumber, Action |
||
GetIssuesAsync ( string user, string repo, State state, int page, Action |
||
IssueService ( IGitHubClient gitHubClient ) : System |
public CreateCommentAsync ( string user, string repo, int issueNumber, string comment, Action |
||
user | string | |
repo | string | |
issueNumber | int | |
comment | string | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public CreateIssueAsync ( string user, string repo, string title, string body, string assignee, string mileStone, string labels, Action |
||
user | string | |
repo | string | |
title | string | |
body | string | |
assignee | string | |
mileStone | string | |
labels | string | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetCommentsAsync ( string user, string repo, int issueNumber, int page, Action |
||
user | string | |
repo | string | |
issueNumber | int | |
page | int | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetIssueAsync ( string user, string repo, int issueNumber, Action |
||
user | string | |
repo | string | |
issueNumber | int | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public GetIssuesAsync ( string user, string repo, State state, int page, Action |
||
user | string | |
repo | string | |
state | State | |
page | int | |
callback | Action |
|
onError | Action |
|
Результат | GitHubRequestAsyncHandle |
public IssueService ( IGitHubClient gitHubClient ) : System | ||
gitHubClient | IGitHubClient | |
Результат | System |