š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/branches/forRepo/:repoDataId \
--header 'bearer: <api-key>'{
"branches": [
{}
],
"branches[].name": "<string>",
"branches[].sha": "<string>",
"branches[].isDefault": true,
"branches[].isProtected": true,
"branches[].lastCommit": "<string>"
}curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/branches/forRepo/:repoDataId \
--header 'bearer: <api-key>'{
"branches": [
{}
],
"branches[].name": "<string>",
"branches[].sha": "<string>",
"branches[].isDefault": true,
"branches[].isProtected": true,
"branches[].lastCommit": "<string>"
}