š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/forRepo/allPushes/:repoDataId \
--header 'bearer: <api-key>'{
"pushes": [
{}
],
"pushes[].id": "<string>",
"pushes[].repoDataId": "<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/forRepo/allPushes/:repoDataId \
--header 'bearer: <api-key>'{
"pushes": [
{}
],
"pushes[].id": "<string>",
"pushes[].repoDataId": "<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
}