Git Versions
get/api/v1/git-versions/{user}/{repo}/pulls
Path parameters
userstring required
The owner of the repository
repostring required
The repository
Response
The newest PRs of the repo
Example response
[
{
"title": "feat: brake fan",
"author": "tyler58546"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.