š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/pulls/forRepo/:repoDataId/:pullNumber \
--header 'bearer: <api-key>'{
"pullRequest": {},
"pullRequest.id": "<string>",
"pullRequest.number": 123,
"pullRequest.title": "<string>",
"pullRequest.body": "<string>",
"pullRequest.state": "<string>",
"pullRequest.author": "<string>",
"pullRequest.createdAt": "<string>",
"pullRequest.updatedAt": "<string>",
"pullRequest.mergedAt": "<string>"
}curl --request GET \
--url https://www.api.baselink.tech/combined-data/git-api/pulls/forRepo/:repoDataId/:pullNumber \
--header 'bearer: <api-key>'{
"pullRequest": {},
"pullRequest.id": "<string>",
"pullRequest.number": 123,
"pullRequest.title": "<string>",
"pullRequest.body": "<string>",
"pullRequest.state": "<string>",
"pullRequest.author": "<string>",
"pullRequest.createdAt": "<string>",
"pullRequest.updatedAt": "<string>",
"pullRequest.mergedAt": "<string>"
}