Skip to content
Snippets Groups Projects
Verified Commit dacf9f9f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add contributors API docs

parent 767bd780
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -220,3 +220,32 @@ Response:
"compare_same_ref": false
}
```
## Contributors
Get repository contributors list
```
GET /projects/:id/repository/contributors
```
Parameters:
+ `id` (required) - The ID of a project
Response:
```
[{
"name": "Dmitriy Zaporozhets",
"email": "dmitriy.zaporozhets@gmail.com",
"commits": 117,
"additions": 2097,
"deletions": 517
}, {
"name": "Jacob Vosmaer",
"email": "contact@jacobvosmaer.nl",
"commits": 33,
"additions": 338,
"deletions": 244
}]
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment