We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I did not find any option to get a list of repositories and their clone urls by projectname or project-id. The api does support this kind of request: https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/list?view=azure-devops-rest-7.2&tabs=HTTP
Do you have any exmaple for this kind of request?
The text was updated successfully, but these errors were encountered:
I think this is available via the method GetRepositories on the git client (git.NewClient). Implemented here: https://github.com/microsoft/azure-devops-go-api/blob/dev/azuredevops/git/client.go#L4658
git.NewClient
Sorry, something went wrong.
No branches or pull requests
I did not find any option to get a list of repositories and their clone urls by projectname or project-id. The api does support this kind of request: https://learn.microsoft.com/en-us/rest/api/azure/devops/git/repositories/list?view=azure-devops-rest-7.2&tabs=HTTP
Do you have any exmaple for this kind of request?
The text was updated successfully, but these errors were encountered: