Git Versions

get/api/v1/git-versions/{user}/{repo}/pulls/{pull}/artifact

Path parameters

userstring required

The owner of the repository

repostring required

The repository

pullstring required

The number of the PR

Response

The artifact URL for this PR

artifactUrlstring required

URL of the artifact

Example response

{
  "artifactUrl": "https://.../zip"
}

Changes

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