ビュー
ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。
ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。
ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。
CData Excel Add-In for GitHub ビュー
| Name | Description |
| Branches | Lists information about branches in a repository. |
| CommitComments | Lists information about comments which were made on a specific commit. |
| Commits | Lists information about commits done in a repository . |
| Forks | Lists information about forks of a repository. |
| IssueComments | Lists information about comments which were made on a specific issue. |
| Issues | Lists all project issues. |
| Labels | Lists information about the different labels you can apply on an issue. |
| LicenseConditions | The conditions set by the license. |
| LicenseLimitations | The limitations set by the license. |
| LicensePermissions | The permissions set by the license. |
| Licenses | Lists the open source licenses. |
| Milestones | Lists information about milestones in a repository. |
| Organizations | Lists information about about the organizations of the logged in user. |
| ProjectColumns | Lists information about project columns. |
| Projects | Lists information about projects. |
| PullRequestReviews | Lists information about pull request reviews in a repository. |
| PullRequests | Lists information about pull requests in a repository. |
| ReleaseAssets | List of releases assets which are dependent on a release. |
| Releases | Lists information about the different releases of a repository. |
| Repositories | Lists information about a user's repository. |
| Topics | A list of applied repository-topic associations for this repository. |
| Users | Lists information about GitHub users. |
| Watchers | A list of users watching the repository. |