115.3. 消费者端点:
| 端点 | Context | 正文类型 |
|---|---|---|
| pullRequest | 轮询 | org.eclipse.egit.github.core.PullRequest |
| pullRequestComment | 轮询 | org.eclipse.egit.github.core.Comment (针对一般的拉取请求讨论)或 org.eclipse.egit.github.core.CommitComment (拉取请求 diff 的评论) |
| tag | 轮询 | org.eclipse.egit.github.core.RepositoryTag |
| commit | 轮询 | org.eclipse.egit.github.core.RepositoryCommit |