š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/github-intake/summarisePush/:githubIntakeId \
--header 'bearer: <api-key>'{
"summary": {},
"summary.commitCount": 123,
"summary.filesChanged": 123,
"summary.additions": 123,
"summary.deletions": 123,
"summary.description": "<string>",
"summary.commits": [
{}
],
"summary.commits[].sha": "<string>",
"summary.commits[].message": "<string>",
"summary.commits[].author": "<string>"
}curl --request GET \
--url https://www.api.baselink.tech/github-intake/summarisePush/:githubIntakeId \
--header 'bearer: <api-key>'{
"summary": {},
"summary.commitCount": 123,
"summary.filesChanged": 123,
"summary.additions": 123,
"summary.deletions": 123,
"summary.description": "<string>",
"summary.commits": [
{}
],
"summary.commits[].sha": "<string>",
"summary.commits[].message": "<string>",
"summary.commits[].author": "<string>"
}