🚀 Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/repoContributors/forRepo/:repoDataId \
--header 'bearer: <api-key>'{
"contributors": [
{}
],
"contributors[].login": "<string>",
"contributors[].name": "<string>",
"contributors[].email": "<string>",
"contributors[].avatar_url": "<string>",
"contributors[].commits": 123,
"contributors[].additions": 123,
"contributors[].deletions": 123,
"contributors[].firstCommit": "<string>",
"contributors[].lastCommit": "<string>",
"contributors[].weeklyCommits": [
{}
],
"contributors[].weeklyCommits[].week": "<string>",
"contributors[].weeklyCommits[].commits": 123,
"contributors[].weeklyCommits[].additions": 123,
"contributors[].weeklyCommits[].deletions": 123,
"repositoryInfo": {},
"repositoryInfo.repoId": "<string>",
"repositoryInfo.repoName": "<string>",
"repositoryInfo.repoURL": "<string>",
"repositoryInfo.totalContributors": 123,
"repositoryInfo.totalCommits": 123,
"repositoryInfo.totalAdditions": 123,
"repositoryInfo.totalDeletions": 123
}curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/repoContributors/forRepo/:repoDataId \
--header 'bearer: <api-key>'{
"contributors": [
{}
],
"contributors[].login": "<string>",
"contributors[].name": "<string>",
"contributors[].email": "<string>",
"contributors[].avatar_url": "<string>",
"contributors[].commits": 123,
"contributors[].additions": 123,
"contributors[].deletions": 123,
"contributors[].firstCommit": "<string>",
"contributors[].lastCommit": "<string>",
"contributors[].weeklyCommits": [
{}
],
"contributors[].weeklyCommits[].week": "<string>",
"contributors[].weeklyCommits[].commits": 123,
"contributors[].weeklyCommits[].additions": 123,
"contributors[].weeklyCommits[].deletions": 123,
"repositoryInfo": {},
"repositoryInfo.repoId": "<string>",
"repositoryInfo.repoName": "<string>",
"repositoryInfo.repoURL": "<string>",
"repositoryInfo.totalContributors": 123,
"repositoryInfo.totalCommits": 123,
"repositoryInfo.totalAdditions": 123,
"repositoryInfo.totalDeletions": 123
}