microsoft / microsoft/azure-devops-rust-api

Missing git operation get_vsts_info_by_remote_url

Open
#33 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.