microsoft / microsoft/azure-devops-rust-api
Missing git operation get_vsts_info_by_remote_url
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 76
- Forks
- 27
- Avg merge
- 9d 20h
- Merged PRs (30d)
- 3
Description
The crate is currently missing the git operation get_vsts_info_by_remote_url that is present in the Python SDK:
https://github.com/microsoft/azure-devops-python-api/blob/451cade4c475482792cbe9e522c1fee32393139e/azure-devops/azure/devops/v6_0/git/git_client.py#L28
The spec has an example, but the operation does not appear in the OpenAPI spec definition.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Python SDK entry in azure-devops/azure/devops/v6_0/git/git_client.py with the linked HTTP example for GET__git_repositories__remoteurl.json. Trace how the Rust crate obtains or generates Git operations and where the missing OpenAPI definition is represented. Done means get_vsts_info_by_remote_url is available in the Rust API with behavior matching the referenced operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100