Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Git- Commits APIs #15

Open
hkamel opened this issue Jun 23, 2020 · 1 comment
Open

Feature Request: Git- Commits APIs #15

hkamel opened this issue Jun 23, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hkamel
Copy link
Owner

hkamel commented Jun 23, 2020

Add Git- Commits APIs

  • Get | Retrieve a particular commit.
  • Get Changes | Retrieve changes for a particular commit.
  • Get Commits | Retrieve git commits for a projectParameters that use the searchCriteria prefix in their name can be specified without it as query parameters, e.g. searchCriteria.$top -> $top
  • Get Commits Batch | Retrieve git commits for a project matching the search criteria
  • Get Push Commits | Retrieve a list of commits associated with a particular push.

https://docs.microsoft.com/en-us/rest/api/azure/devops/git/commits?view=azure-devops-rest-5.1

@hkamel hkamel added the enhancement New feature or request label Jun 23, 2020
@hkamel hkamel added this to the Git APIs milestone Jun 23, 2020
@salem84
Copy link

salem84 commented Sep 30, 2020

I'll submit a PR during Hacktoberfest!
This API is compatible only with ApiVersion 5.1... I have to insert some description about it in API definition ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants