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

numbernumber required

The number of the PR

titlestring required

The title of the PR

authorstring required

The username of the author

labelsstring[] required

The labels on the PR

isDraftboolean required

Whether the PR is still a draft

Example response

[
  {
    "title": "feat: brake fan",
    "author": "tyler58546"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.