WEEKLYCONTRIBUTIONS
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- GitHub 6.0
- Documentation
Endpoint
<hostname>repos/{userName}/{repoName}/stats/contributors
Columns
The WEEKLYCONTRIBUTIONS table contains the following columns. Columns marked with an asterisk comprise the primary key.
| Column Name | Data Type |
|---|---|
| CONTRIBUTORS_AUTHOR_AUTHORID* | Integer |
| CONTRIBUTORS_REPONAME* | VarChar(255) |
| CONTRIBUTORS_USERNAME* | VarChar(255) |
| POSITION* | Integer |
| ADDITIONS | Integer |
| COMMITS | Integer |
| DELETIONS | Integer |
| STARTOFWEEK | TimeStamp(0) |