CONTRIBUTORS
- Last Updated: March 2, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- GitHub 8.0
- Documentation
Endpoint
<hostname>repos/{userName}/{repoName}/stats/contributors
Columns
The CONTRIBUTORS table contains the following columns. Columns marked with an asterisk comprise the primary key.
| Column Name | Data Type |
|---|---|
| USERNAME* | VarChar(255) |
| REPONAME* | VarChar(255) |
| AUTHORID* | Integer |
| AUTHORTYPE | VarChar(2000) |
| AUTHORLOGIN | VarChar(255) |
| SITEADMIN | Boolean |
| AUTHORAVATARURL | VarChar(2000) |