š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/forTeam/allPushes/:teamDataId \
--header 'bearer: <api-key>'{
"pushes": [
{}
],
"pushes[].id": "<string>",
"pushes[].teamDataId": "<string>",
"pushes[].repoDataId": "<string>",
"pushes[].repoName": "<string>",
"pushes[].commitSha": "<string>",
"pushes[].commitMessage": "<string>",
"pushes[].author": "<string>",
"pushes[].committer": "<string>",
"pushes[].pushDate": "<string>",
"pushes[].filesChanged": 123,
"pushes[].additions": 123,
"pushes[].deletions": 123
}curl --request GET \
--url https://www.api.baselink.tech/combined-data/forTeam/allPushes/:teamDataId \
--header 'bearer: <api-key>'{
"pushes": [
{}
],
"pushes[].id": "<string>",
"pushes[].teamDataId": "<string>",
"pushes[].repoDataId": "<string>",
"pushes[].repoName": "<string>",
"pushes[].commitSha": "<string>",
"pushes[].commitMessage": "<string>",
"pushes[].author": "<string>",
"pushes[].committer": "<string>",
"pushes[].pushDate": "<string>",
"pushes[].filesChanged": 123,
"pushes[].additions": 123,
"pushes[].deletions": 123
}